Interface ApplicationGatewayPathRule.UpdateDefinitionStages.WithBackend<ParentT>
-
- Type Parameters:
ParentT- the stage of the application gateway URL path map definition to return to after attaching this definition
- All Known Subinterfaces:
ApplicationGatewayPathRule.UpdateDefinition<ReturnT>
- Enclosing interface:
- ApplicationGatewayPathRule.UpdateDefinitionStages
public static interface ApplicationGatewayPathRule.UpdateDefinitionStages.WithBackend<ParentT>The stage of an application gateway path rule definition allowing to specify the backend to associate with path rule.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ApplicationGatewayPathRule.UpdateDefinitionStages.WithPath<ParentT>toBackend(String name)Associates the path rule with a backend on this application gateway.
-
-
-
Method Detail
-
toBackend
ApplicationGatewayPathRule.UpdateDefinitionStages.WithPath<ParentT> toBackend(String name)
Associates the path 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
-
-