public static interface ApplicationGatewayUrlPathMap.DefinitionStages
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ApplicationGatewayUrlPathMap.DefinitionStages.Blank<ReturnT>
The first stage of an application gateway URL path map definition.
|
static interface |
ApplicationGatewayUrlPathMap.DefinitionStages.WithAttach<ReturnT>
The final stage of an application gateway URL path map definition.
|
static interface |
ApplicationGatewayUrlPathMap.DefinitionStages.WithBackend<ParentT>
The stage of an application gateway URL path map definition allowing to specify the backend to associate the
URL path map with.
|
static interface |
ApplicationGatewayUrlPathMap.DefinitionStages.WithBackendHttpConfiguration<ParentT>
The stage of an application gateway URL path map definition allowing to specify the backend HTTP settings
configuration to associate the routing rule with.
|
static interface |
ApplicationGatewayUrlPathMap.DefinitionStages.WithListener<ParentT>
The stage of an application gateway URL path map definition allowing to specify an existing listener to
associate the URL path map with.
|
static interface |
ApplicationGatewayUrlPathMap.DefinitionStages.WithPathRule<ParentT>
The stage of an application gateway URL path map definition allowing to specify path rules.
|
static interface |
ApplicationGatewayUrlPathMap.DefinitionStages.WithRedirectConfig<ParentT>
The stage of an application gateway URL path map definition allowing to associate the URL path map with a
redirect configuration.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.