Interface ApplicationGatewayUrlPathMap.UpdateDefinitionStages.WithBackendOrAddress<ParentT>
-
- Type Parameters:
ParentT- the stage of the application gateway definition to return to after attaching this definition
- All Superinterfaces:
ApplicationGatewayUrlPathMap.UpdateDefinitionStages.WithBackend<ParentT>,ApplicationGatewayUrlPathMap.UpdateDefinitionStages.WithBackendAddress<ParentT>
- All Known Subinterfaces:
ApplicationGatewayUrlPathMap.UpdateDefinition<ReturnT>
- Enclosing interface:
- ApplicationGatewayUrlPathMap.UpdateDefinitionStages
public static interface ApplicationGatewayUrlPathMap.UpdateDefinitionStages.WithBackendOrAddress<ParentT> extends ApplicationGatewayUrlPathMap.UpdateDefinitionStages.WithBackend<ParentT>, ApplicationGatewayUrlPathMap.UpdateDefinitionStages.WithBackendAddress<ParentT>
The stage of an application gateway URL path map definition allowing to add an address to specify an existing backend to associate with this URL path map or create a new backend with an auto-generated name and addresses to it.
-
-
Method Summary
-
Methods inherited from interface com.azure.resourcemanager.network.models.ApplicationGatewayUrlPathMap.UpdateDefinitionStages.WithBackend
toBackend
-
Methods inherited from interface com.azure.resourcemanager.network.models.ApplicationGatewayUrlPathMap.UpdateDefinitionStages.WithBackendAddress
toBackendFqdn, toBackendIPAddress, toBackendIPAddresses
-
-