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