public static interface ApplicationGateway.UpdateStages.WithExistingSubnet extends com.microsoft.azure.management.resources.fluentcore.arm.models.HasSubnet.UpdateStages.WithSubnet<ApplicationGateway.Update>
| Modifier and Type | Method and Description |
|---|---|
ApplicationGateway.Update |
withExistingSubnet(Network network,
String subnetName)
Specifies the subnet the application gateway gets its private IP address from.
|
ApplicationGateway.Update |
withExistingSubnet(Subnet subnet)
Specifies the subnet the application gateway gets its private IP address from.
|
ApplicationGateway.Update 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.Update withExistingSubnet(Network network, String subnetName)
This will create a new IP configuration, if it does not already exist.
Private (internal) front ends, 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 network/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/