Interface ApplicationGatewayRequestRoutingRule.UpdateDefinitionStages.WithBackend<ParentT>
-
- Type Parameters:
ParentT- the stage of the application gateway definition to return to after attaching this definition
- All Known Subinterfaces:
ApplicationGatewayRequestRoutingRule.UpdateDefinition<ParentT>,ApplicationGatewayRequestRoutingRule.UpdateDefinitionStages.WithBackendOrAddress<ParentT>
- Enclosing interface:
- ApplicationGatewayRequestRoutingRule.UpdateDefinitionStages
public static interface ApplicationGatewayRequestRoutingRule.UpdateDefinitionStages.WithBackend<ParentT>The stage of an application gateway request routing rule definition allowing to specify the backend to associate the routing rule with.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ApplicationGatewayRequestRoutingRule.UpdateDefinitionStages.WithAttach<ParentT>toBackend(String name)Associates the request routing rule with a backend on this application gateway.
-
-
-
Method Detail
-
toBackend
ApplicationGatewayRequestRoutingRule.UpdateDefinitionStages.WithAttach<ParentT> toBackend(String name)
Associates the request routing rule with a backend on this application gateway.If the backend does not yet exist, it will be automatically created.
- Parameters:
name- the name of an existing backend- Returns:
- the next stage of the definition
-
-