public static interface ApplicationGateway.UpdateStages.WithBackendHttpConfig
| Modifier and Type | Method and Description |
|---|---|
ApplicationGatewayBackendHttpConfiguration.UpdateDefinitionStages.Blank<ApplicationGateway.Update> |
defineBackendHttpConfiguration(String name)
Begins the definition of a new application gateway backend HTTP configuration to be attached to the gateway.
|
ApplicationGatewayBackendHttpConfiguration.Update |
updateBackendHttpConfiguration(String name)
Begins the update of a backend HTTP configuration.
|
ApplicationGateway.Update |
withoutBackendHttpConfiguration(String name)
Removes the specified backend HTTP configuration from this application gateway.
|
ApplicationGatewayBackendHttpConfiguration.UpdateDefinitionStages.Blank<ApplicationGateway.Update> defineBackendHttpConfiguration(String name)
name - a unique name for the backend HTTP configurationApplicationGateway.Update withoutBackendHttpConfiguration(String name)
Note that removing a backend HTTP configuration referenced by other settings may break the application gateway.
name - the name of an existing backend HTTP configuration on this application gatewayApplicationGatewayBackendHttpConfiguration.Update updateBackendHttpConfiguration(String name)
name - the name of an existing backend HTTP configuration on this application gateway/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/