Interface ApplicationGatewayUrlPathMap.DefinitionStages.WithAttach<ReturnT>
- Type Parameters:
ReturnT- the stage of the parent application gateway definition to return to after attaching this definition
- All Superinterfaces:
ApplicationGatewayUrlPathMap.DefinitionStages.WithPathRule<ReturnT>,ApplicationGatewayUrlPathMap.DefinitionStages.WithRedirectConfig<ReturnT>,Attachable.InDefinition<ReturnT>
- All Known Subinterfaces:
ApplicationGatewayUrlPathMap.Definition<ReturnT>
- Enclosing interface:
ApplicationGatewayUrlPathMap.DefinitionStages
public static interface ApplicationGatewayUrlPathMap.DefinitionStages.WithAttach<ReturnT>
extends Attachable.InDefinition<ReturnT>, ApplicationGatewayUrlPathMap.DefinitionStages.WithPathRule<ReturnT>, ApplicationGatewayUrlPathMap.DefinitionStages.WithRedirectConfig<ReturnT>
The final stage of an application gateway 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.ApplicationGatewayUrlPathMap.DefinitionStages.WithPathRule
definePathRuleMethods inherited from interface com.azure.resourcemanager.network.models.ApplicationGatewayUrlPathMap.DefinitionStages.WithRedirectConfig
withRedirectConfigurationMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Attachable.InDefinition
attach