ParentT - the stage of the parent network interface update to return to after attaching this definitionpublic static interface NicIPConfiguration.UpdateDefinitionStages.WithApplicationGateway<ParentT>
| Modifier and Type | Method and Description |
|---|---|
NicIPConfiguration.UpdateDefinitionStages.WithAttach<ParentT> |
withExistingApplicationGatewayBackend(ApplicationGateway appGateway,
String backendName)
Specifies the application gateway backend to associate this IP configuration with.
|
@Beta(value=V1_4_0) NicIPConfiguration.UpdateDefinitionStages.WithAttach<ParentT> withExistingApplicationGatewayBackend(ApplicationGateway appGateway, String backendName)
appGateway - an existing application gatewaybackendName - the name of an existing backend on the application gateway/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/