Interface ApplicationGatewayPathRule.UpdateDefinitionStages
-
- Enclosing interface:
- ApplicationGatewayPathRule
public static interface ApplicationGatewayPathRule.UpdateDefinitionStagesGrouping of path rule of URL path map definition stages applicable as part of an application gateway update.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceApplicationGatewayPathRule.UpdateDefinitionStages.Blank<ReturnT>The first stage of path rule of URL path map definition.static interfaceApplicationGatewayPathRule.UpdateDefinitionStages.WithAttach<ReturnT>The final stage of path rule of URL path map definition.static interfaceApplicationGatewayPathRule.UpdateDefinitionStages.WithBackend<ParentT>The stage of an application gateway path rule definition allowing to specify the backend to associate with path rule.static interfaceApplicationGatewayPathRule.UpdateDefinitionStages.WithBackendHttpConfiguration<ParentT>The stage of path rule of URL path map allowing to specify the backend HTTP settings configuration to associate the path rule with.static interfaceApplicationGatewayPathRule.UpdateDefinitionStages.WithPath<ReturnT>The stage of an application gateway path rule definition allowing to specify the the paths to associate with path rule.static interfaceApplicationGatewayPathRule.UpdateDefinitionStages.WithRedirectConfig<ParentT>The stage of path rule of URL path map definition allowing to associate the rule with a redirect configuration.
-