Interface ApplicationGateway.UpdateStages.WithBackendHttpConfig
- All Known Subinterfaces:
ApplicationGateway.Update
- Enclosing interface:
ApplicationGateway.UpdateStages
public static interface ApplicationGateway.UpdateStages.WithBackendHttpConfig
The stage of an application gateway update allowing to modify backend HTTP configurations.
-
Method Summary
Modifier and TypeMethodDescriptionBegins the definition of a new application gateway backend HTTP configuration to be attached to the gateway.Begins the update of a backend HTTP configuration.Removes the specified backend HTTP configuration from this application gateway.
-
Method Details
-
defineBackendHttpConfiguration
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.- Parameters:
name- a unique name for the backend HTTP configuration- Returns:
- the first stage of the backend HTTP configuration definition
-
withoutBackendHttpConfiguration
Removes the specified backend HTTP configuration from this application gateway.Note that removing a backend HTTP configuration referenced by other settings may break the application gateway.
- Parameters:
name- the name of an existing backend HTTP configuration on this application gateway- Returns:
- the next stage of the update
-
updateBackendHttpConfiguration
Begins the update of a backend HTTP configuration.- Parameters:
name- the name of an existing backend HTTP configuration on this application gateway- Returns:
- the next stage of the update
-