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>,com.microsoft.azure.management.resources.fluentcore.model.Attachable.InDefinition<ReturnT>
- All Known Subinterfaces:
ApplicationGatewayPathRule.Definition<ReturnT>
- Enclosing interface:
- ApplicationGatewayPathRule.DefinitionStages
public static interface ApplicationGatewayPathRule.DefinitionStages.WithAttach<ReturnT> extends com.microsoft.azure.management.resources.fluentcore.model.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.microsoft.azure.management.network.ApplicationGatewayPathRule.DefinitionStages.WithPath
withPath, withPaths
-
Methods inherited from interface com.microsoft.azure.management.network.ApplicationGatewayPathRule.DefinitionStages.WithRedirectConfig
withRedirectConfiguration
-
-