public static interface ApplicationGateway.DefinitionStages.WithExistingSubnet extends HasSubnet.DefinitionStages.WithSubnet<ApplicationGateway.DefinitionStages.WithCreate>
| Modifier and Type | Method and Description |
|---|---|
ApplicationGateway.DefinitionStages.WithCreate |
withExistingSubnet(Network network,
String subnetName)
Specifies the subnet the application gateway gets its private IP address from.
|
ApplicationGateway.DefinitionStages.WithCreate |
withExistingSubnet(Subnet subnet)
Specifies the subnet the application gateway gets its private IP address from.
|
withExistingSubnetApplicationGateway.DefinitionStages.WithCreate withExistingSubnet(Subnet subnet)
This will create a new IP configuration, if it does not already exist.
Private (internal) frontends, if any have been enabled, will be configured to use this subnet as well.
subnet - an existing subnetApplicationGateway.DefinitionStages.WithCreate withExistingSubnet(Network network, String subnetName)
This will create a new IP configuration, if it does not already exist.
Private (internal) frontends, if any have been enabled, will be configured to use this subnet as well.
network - the virtual network the subnet is part ofsubnetName - the name of a subnet within the selected networkCopyright © 2020 Microsoft Corporation. All rights reserved.