Interface ApplicationGatewayUrlPathMap.UpdateDefinitionStages.WithBackend<ParentT>
- Type Parameters:
ParentT- the stage of the application gateway definition to return to after attaching this definition
- All Known Subinterfaces:
ApplicationGatewayUrlPathMap.UpdateDefinition<ReturnT>,ApplicationGatewayUrlPathMap.UpdateDefinitionStages.WithBackendOrAddress<ParentT>
- Enclosing interface:
ApplicationGatewayUrlPathMap.UpdateDefinitionStages
public static interface ApplicationGatewayUrlPathMap.UpdateDefinitionStages.WithBackend<ParentT>
The stage of an application gateway URL path map definition allowing to specify the backend to associate the
URL path map with.
-
Method Summary
Modifier and TypeMethodDescriptionAssociates the URL path map with a backend on this application gateway.
-
Method Details
-
toBackend
Associates the URL path map 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
-