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