Interface ApplicationGateway.DefinitionStages.WithBackend
-
- All Known Subinterfaces:
ApplicationGateway.Definition,ApplicationGateway.DefinitionStages.WithCreate,ApplicationGateway.DefinitionStages.WithRequestRoutingRuleOrCreate
- Enclosing interface:
- ApplicationGateway.DefinitionStages
public static interface ApplicationGateway.DefinitionStages.WithBackendThe stage of an application gateway definition allowing to add a backend.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ApplicationGatewayBackend.DefinitionStages.Blank<ApplicationGateway.DefinitionStages.WithCreate>defineBackend(String name)Begins the definition of a new application gateway backend to be attached to the gateway.
-
-
-
Method Detail
-
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
-
-