Interface ApplicationGatewayPathRule.DefinitionStages.WithAttach<ReturnT>
-
- Type Parameters:
ReturnT- the stage of the parent application gateway definition to return to after attaching this definition
- All Superinterfaces:
ApplicationGatewayPathRule.DefinitionStages.WithPath<ReturnT>,ApplicationGatewayPathRule.DefinitionStages.WithRedirectConfig<ReturnT>,Attachable.InDefinition<ReturnT>
- All Known Subinterfaces:
ApplicationGatewayPathRule.Definition<ReturnT>
- Enclosing interface:
- ApplicationGatewayPathRule.DefinitionStages
public static interface ApplicationGatewayPathRule.DefinitionStages.WithAttach<ReturnT> extends Attachable.InDefinition<ReturnT>, ApplicationGatewayPathRule.DefinitionStages.WithPath<ReturnT>, ApplicationGatewayPathRule.DefinitionStages.WithRedirectConfig<ReturnT>
The final stage of a path rule of URL path map definition.At this stage, any remaining optional settings can be specified, or the definition can be attached to the parent application gateway definition.
-
-
Method Summary
-
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
-
-