public static interface ApplicationGatewayPathRule.DefinitionStages
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ApplicationGatewayPathRule.DefinitionStages.Blank<ReturnT>
The first stage of an application gateway URL path map definition.
|
static interface |
ApplicationGatewayPathRule.DefinitionStages.WithAttach<ReturnT>
The final stage of a path rule of URL path map definition.
|
static interface |
ApplicationGatewayPathRule.DefinitionStages.WithBackend<ParentT>
The stage of an application gateway request routing rule definition allowing to specify the backend to
associate the routing rule with.
|
static interface |
ApplicationGatewayPathRule.DefinitionStages.WithBackendHttpConfiguration<ParentT>
The stage of an application gateway request routing rule definition allowing to specify the backend HTTP
settings configuration to associate the routing rule with.
|
static interface |
ApplicationGatewayPathRule.DefinitionStages.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.DefinitionStages.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.