ParentT - the parent typepublic static interface ApplicationGatewayIPConfiguration.UpdateDefinitionStages.WithSubnet<ParentT> extends com.microsoft.azure.management.resources.fluentcore.arm.models.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.
|
ApplicationGatewayIPConfiguration.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 network/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/