Uses of Interface
com.microsoft.azure.management.network.ApplicationGatewayIPConfiguration.Update
Packages that use ApplicationGatewayIPConfiguration.Update
Package
Description
This package contains the classes for NetworkManagementClient.
-
Uses of ApplicationGatewayIPConfiguration.Update in com.microsoft.azure.management.network
Methods in com.microsoft.azure.management.network that return ApplicationGatewayIPConfiguration.UpdateModifier and TypeMethodDescriptionApplicationGateway.UpdateStages.WithIPConfig.updateDefaultIPConfiguration()
Begins the update of the default IP configuration i.e.ApplicationGateway.UpdateStages.WithIPConfig.updateIPConfiguration
(String ipConfigurationName) Begins the update of an existing IP configuration.ApplicationGatewayIPConfiguration.UpdateStages.WithSubnet.withExistingSubnet
(Network network, String subnetName) Specifies an existing subnet the application gateway should be part of and get its private IP address from.ApplicationGatewayIPConfiguration.UpdateStages.WithSubnet.withExistingSubnet
(Subnet subnet) Specifies an existing subnet the application gateway should be part of and get its private IP address from.