Interface ApplicationGateway.DefinitionStages.WithBackend
- All Known Subinterfaces:
ApplicationGateway.Definition, ApplicationGateway.DefinitionStages.WithCreate, ApplicationGateway.DefinitionStages.WithRequestRoutingRuleOrCreate
- Enclosing interface:
ApplicationGateway.DefinitionStages
public static interface ApplicationGateway.DefinitionStages.WithBackend
The stage of an application gateway definition allowing to add a backend.
-
Method Summary
Modifier and TypeMethodDescriptiondefineBackend(String name) Begins the definition of a new application gateway backend to be attached to the gateway.
-
Method Details
-
defineBackend
ApplicationGatewayBackend.DefinitionStages.Blank<ApplicationGateway.DefinitionStages.WithCreate> defineBackend(String name) Begins the definition of a new application gateway backend to be attached to the gateway.- Parameters:
name- a unique name for the backend- Returns:
- the first stage of the backend definition
-