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.azure.resourcemanager.network.models.ApplicationGatewayPathRule.DefinitionStages.WithBackend
toBackend
-
Methods inherited from interface com.azure.resourcemanager.network.models.ApplicationGatewayPathRule.DefinitionStages.WithBackendHttpConfiguration
toBackendHttpConfiguration
-
Methods inherited from interface com.azure.resourcemanager.network.models.ApplicationGatewayPathRule.DefinitionStages.WithPath
withPath, withPaths
-
Methods inherited from interface com.azure.resourcemanager.network.models.ApplicationGatewayPathRule.DefinitionStages.WithRedirectConfig
withRedirectConfiguration
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Attachable.InDefinition
attach
-
-