public static interface ApplicationGatewayPathRule.UpdateDefinitionStages
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ApplicationGatewayPathRule.UpdateDefinitionStages.Blank<ReturnT>
The first stage of path rule of URL path map definition.
|
static interface |
ApplicationGatewayPathRule.UpdateDefinitionStages.WithAttach<ReturnT>
The final stage of path rule of URL path map definition.
|
static interface |
ApplicationGatewayPathRule.UpdateDefinitionStages.WithBackend<ParentT>
The stage of an application gateway path rule definition allowing to specify the backend to associate with
path rule.
|
static interface |
ApplicationGatewayPathRule.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 interface |
ApplicationGatewayPathRule.UpdateDefinitionStages.WithPath<ReturnT>
The stage of an application gateway path rule definition allowing to specify the the paths to associate with
path rule.
|
static interface |
ApplicationGatewayPathRule.UpdateDefinitionStages.WithRedirectConfig<ParentT>
The stage of path rule of URL path map definition allowing to associate the rule with a redirect
configuration.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.