public static interface NicIPConfiguration.UpdateStages.WithApplicationGateway
| Modifier and Type | Method and Description |
|---|---|
NicIPConfiguration.Update |
withExistingApplicationGatewayBackend(ApplicationGateway appGateway,
String backendName)
Specifies the application gateway backend to associate this IP configuration with.
|
NicIPConfiguration.Update |
withoutApplicationGatewayBackends()
Removes all existing associations with application gateway backends.
|
@Beta(value=V1_4_0) NicIPConfiguration.Update withExistingApplicationGatewayBackend(ApplicationGateway appGateway, String backendName)
appGateway - an existing application gatewaybackendName - the name of an existing backend on the application gateway@Beta(value=V1_4_0) NicIPConfiguration.Update withoutApplicationGatewayBackends()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/