Interface ApplicationGatewayUrlPathMap.Definition<ReturnT>
-
- Type Parameters:
ReturnT- the stage of the parent application gateway definition to return to after attaching this definition
- All Superinterfaces:
ApplicationGatewayUrlPathMap.DefinitionStages.Blank<ReturnT>,ApplicationGatewayUrlPathMap.DefinitionStages.WithAttach<ReturnT>,ApplicationGatewayUrlPathMap.DefinitionStages.WithBackend<ReturnT>,ApplicationGatewayUrlPathMap.DefinitionStages.WithBackendHttpConfiguration<ReturnT>,ApplicationGatewayUrlPathMap.DefinitionStages.WithListener<ReturnT>,ApplicationGatewayUrlPathMap.DefinitionStages.WithPathRule<ReturnT>,ApplicationGatewayUrlPathMap.DefinitionStages.WithRedirectConfig<ReturnT>,Attachable.InDefinition<ReturnT>
- Enclosing interface:
- ApplicationGatewayUrlPathMap
public static interface ApplicationGatewayUrlPathMap.Definition<ReturnT> extends ApplicationGatewayUrlPathMap.DefinitionStages.Blank<ReturnT>, ApplicationGatewayUrlPathMap.DefinitionStages.WithBackendHttpConfiguration<ReturnT>, ApplicationGatewayUrlPathMap.DefinitionStages.WithBackend<ReturnT>, ApplicationGatewayUrlPathMap.DefinitionStages.WithPathRule<ReturnT>, ApplicationGatewayUrlPathMap.DefinitionStages.WithAttach<ReturnT>
The entirety of an application gateway URL path map definition.
-
-
Method Summary
-
Methods inherited from interface com.azure.resourcemanager.network.models.ApplicationGatewayUrlPathMap.DefinitionStages.WithBackend
toBackend
-
Methods inherited from interface com.azure.resourcemanager.network.models.ApplicationGatewayUrlPathMap.DefinitionStages.WithBackendHttpConfiguration
toBackendHttpConfiguration, toBackendHttpPort
-
Methods inherited from interface com.azure.resourcemanager.network.models.ApplicationGatewayUrlPathMap.DefinitionStages.WithListener
fromListener
-
Methods inherited from interface com.azure.resourcemanager.network.models.ApplicationGatewayUrlPathMap.DefinitionStages.WithPathRule
definePathRule
-
Methods inherited from interface com.azure.resourcemanager.network.models.ApplicationGatewayUrlPathMap.DefinitionStages.WithRedirectConfig
withRedirectConfiguration
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Attachable.InDefinition
attach
-
-