Interface ApplicationGatewayPathRule.Definition<ReturnT>
- Type Parameters:
ReturnT
- the stage of the parent application gateway definition to return to after attaching this definition
- All Superinterfaces:
ApplicationGatewayPathRule.DefinitionStages.Blank<ReturnT>
,ApplicationGatewayPathRule.DefinitionStages.WithAttach<ReturnT>
,ApplicationGatewayPathRule.DefinitionStages.WithBackend<ReturnT>
,ApplicationGatewayPathRule.DefinitionStages.WithBackendHttpConfiguration<ReturnT>
,ApplicationGatewayPathRule.DefinitionStages.WithPath<ReturnT>
,ApplicationGatewayPathRule.DefinitionStages.WithRedirectConfig<ReturnT>
,Attachable.InDefinition<ReturnT>
- Enclosing interface:
- ApplicationGatewayPathRule
public static interface ApplicationGatewayPathRule.Definition<ReturnT>
extends ApplicationGatewayPathRule.DefinitionStages.Blank<ReturnT>, ApplicationGatewayPathRule.DefinitionStages.WithBackendHttpConfiguration<ReturnT>, ApplicationGatewayPathRule.DefinitionStages.WithBackend<ReturnT>, ApplicationGatewayPathRule.DefinitionStages.WithAttach<ReturnT>
The entirety of a path rule of URL path map definition.
-
Method Summary
Methods inherited from interface com.microsoft.azure.management.network.ApplicationGatewayPathRule.DefinitionStages.WithBackend
toBackend
Methods inherited from interface com.microsoft.azure.management.network.ApplicationGatewayPathRule.DefinitionStages.WithBackendHttpConfiguration
toBackendHttpConfiguration
Methods inherited from interface com.microsoft.azure.management.network.ApplicationGatewayPathRule.DefinitionStages.WithPath
withPath, withPaths
Methods inherited from interface com.microsoft.azure.management.network.ApplicationGatewayPathRule.DefinitionStages.WithRedirectConfig
withRedirectConfiguration
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Attachable.InDefinition
attach