Uses of Class
com.microsoft.azure.management.network.ApplicationGatewayFrontendIPConfiguration
Packages that use ApplicationGatewayFrontendIPConfiguration
Package
Description
This package contains the classes for NetworkManagementClient.
-
Uses of ApplicationGatewayFrontendIPConfiguration in com.microsoft.azure.management.network
Methods in com.microsoft.azure.management.network that return ApplicationGatewayFrontendIPConfigurationModifier and TypeMethodDescriptionSet name of the frontend IP configuration that is unique within an Application Gateway.ApplicationGatewayFrontendIPConfiguration.withPrivateIPAddress
(String privateIPAddress) Set privateIPAddress of the network interface IP Configuration.ApplicationGatewayFrontendIPConfiguration.withPrivateIPAllocationMethod
(IPAllocationMethod privateIPAllocationMethod) Set the private IP address allocation method.ApplicationGatewayFrontendIPConfiguration.withPublicIPAddress
(com.microsoft.azure.SubResource publicIPAddress) Set reference to the PublicIP resource.ApplicationGatewayFrontendIPConfiguration.withSubnet
(com.microsoft.azure.SubResource subnet) Set reference to the subnet resource.