public static interface ApplicationGatewayIpConfiguration.UpdateStages.WithSubnet extends HasSubnet.UpdateStages.WithSubnet<ApplicationGatewayIpConfiguration.Update>
| Modifier and Type | Method and Description |
|---|---|
ApplicationGatewayIpConfiguration.Update |
withExistingSubnet(Network network,
String subnetName)
Specifies an existing subnet the application gateway should be part of and get its private IP address
from.
|
ApplicationGatewayIpConfiguration.Update |
withExistingSubnet(Subnet subnet)
Specifies an existing subnet the application gateway should be part of and get its private IP address
from.
|
withExistingSubnetApplicationGatewayIpConfiguration.Update withExistingSubnet(Subnet subnet)
subnet - an existing subnetApplicationGatewayIpConfiguration.Update 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.