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.
|
NicIpConfiguration.Update withExistingApplicationGatewayBackend(ApplicationGateway appGateway, String backendName)
appGateway - an existing application gatewaybackendName - the name of an existing backend on the application gatewayNicIpConfiguration.Update withoutApplicationGatewayBackends()
Copyright © 2020 Microsoft Corporation. All rights reserved.