Interface ApplicationGateway.DefinitionStages.WithBackendHttpConfig
- All Known Subinterfaces:
ApplicationGateway.Definition,ApplicationGateway.DefinitionStages.WithCreate,ApplicationGateway.DefinitionStages.WithRequestRoutingRuleOrCreate
- Enclosing interface:
ApplicationGateway.DefinitionStages
public static interface ApplicationGateway.DefinitionStages.WithBackendHttpConfig
The stage of an application gateway definition allowing to add a backend HTTP configuration.
-
Method Summary
Modifier and TypeMethodDescriptionApplicationGatewayBackendHttpConfiguration.DefinitionStages.Blank<ApplicationGateway.DefinitionStages.WithCreate> Begins the definition of a new application gateway backend HTTP configuration to be attached to the gateway.
-
Method Details
-
defineBackendHttpConfiguration
ApplicationGatewayBackendHttpConfiguration.DefinitionStages.Blank<ApplicationGateway.DefinitionStages.WithCreate> 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
-