| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
ApplicationGatewayFrontendIPConfiguration |
ApplicationGatewayFrontendIPConfiguration.withName(String name)
Set name of the frontend IP configuration that is unique within an Application Gateway.
|
ApplicationGatewayFrontendIPConfiguration |
ApplicationGatewayFrontendIPConfiguration.withPrivateIPAddress(String privateIPAddress)
Set privateIPAddress of the network interface IP Configuration.
|
ApplicationGatewayFrontendIPConfiguration |
ApplicationGatewayFrontendIPConfiguration.withPrivateIPAllocationMethod(IPAllocationMethod privateIPAllocationMethod)
Set the private IP address allocation method.
|
ApplicationGatewayFrontendIPConfiguration |
ApplicationGatewayFrontendIPConfiguration.withPublicIPAddress(com.microsoft.azure.SubResource publicIPAddress)
Set reference to the PublicIP resource.
|
ApplicationGatewayFrontendIPConfiguration |
ApplicationGatewayFrontendIPConfiguration.withSubnet(com.microsoft.azure.SubResource subnet)
Set reference to the subnet resource.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/