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
Subinterfaces with type arguments of type ApplicationGatewayIpConfiguration.Update in com.azure.resourcemanager.network.modelsModifier and TypeInterfaceDescriptionstatic interfaceThe stage of an application gateway IP configuration update allowing to modify the subnet the application gateway is part of.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.