Uses of Interface
com.microsoft.azure.management.network.ApplicationGatewayIPConfiguration.UpdateDefinitionStages.WithAttach
-
Packages that use ApplicationGatewayIPConfiguration.UpdateDefinitionStages.WithAttach Package Description com.microsoft.azure.management.network This package contains the classes for NetworkManagementClient. -
-
Uses of ApplicationGatewayIPConfiguration.UpdateDefinitionStages.WithAttach in com.microsoft.azure.management.network
Subinterfaces of ApplicationGatewayIPConfiguration.UpdateDefinitionStages.WithAttach in com.microsoft.azure.management.network Modifier and Type Interface Description static interfaceApplicationGatewayIPConfiguration.UpdateDefinition<ParentT>The entirety of an application gateway IP configuration definition as part of an application gateway update.Methods in com.microsoft.azure.management.network that return ApplicationGatewayIPConfiguration.UpdateDefinitionStages.WithAttach Modifier and Type Method Description ApplicationGatewayIPConfiguration.UpdateDefinitionStages.WithAttach<ParentT>ApplicationGatewayIPConfiguration.UpdateDefinitionStages.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.UpdateDefinitionStages.WithAttach<ParentT>ApplicationGatewayIPConfiguration.UpdateDefinitionStages.WithSubnet. withExistingSubnet(Subnet subnet)Specifies an existing subnet the application gateway should be part of and get its private IP address from.
-