Uses of Interface
com.azure.resourcemanager.network.models.ApplicationGatewayIpConfiguration.Update
Packages that use ApplicationGatewayIpConfiguration.Update
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of ApplicationGatewayIpConfiguration.Update in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return ApplicationGatewayIpConfiguration.UpdateModifier and TypeMethodDescriptionApplicationGateway.UpdateStages.WithIPConfig.updateDefaultIPConfiguration()Begins the update of the default IP configuration i.e. the only one IP configuration that exists, assuming only one exists.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.