ParentT - the stage of the application gateway definition to return to after attaching this definitionpublic static interface ApplicationGatewayIpConfiguration.DefinitionStages.WithSubnet<ParentT> extends HasSubnet.DefinitionStages.WithSubnet<ApplicationGatewayIpConfiguration.DefinitionStages.WithAttach<ParentT>>
| Modifier and Type | Method and Description |
|---|---|
ApplicationGatewayIpConfiguration.DefinitionStages.WithAttach<ParentT> |
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> |
withExistingSubnet(Subnet subnet)
Specifies an existing subnet the application gateway should be part of and get its private IP address
from.
|
withExistingSubnetApplicationGatewayIpConfiguration.DefinitionStages.WithAttach<ParentT> withExistingSubnet(Subnet subnet)
subnet - an existing subnetApplicationGatewayIpConfiguration.DefinitionStages.WithAttach<ParentT> withExistingSubnet(Network network, String subnetName)
network - an existing virtual networksubnetName - the name of a subnet within the selected networkCopyright © 2021 Microsoft Corporation. All rights reserved.