public static interface ApplicationGatewayUrlPathMap.UpdateDefinitionStages
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ApplicationGatewayUrlPathMap.UpdateDefinitionStages.Blank<ReturnT>
The first stage of an application gateway URL path map definition.
|
static interface |
ApplicationGatewayUrlPathMap.UpdateDefinitionStages.WithAttach<ReturnT>
The final stage of an application gateway URL path map definition.
|
static interface |
ApplicationGatewayUrlPathMap.UpdateDefinitionStages.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.UpdateDefinitionStages.WithBackendAddress<ParentT>
The stage of an application gateway URL path map definition allowing to add an address to the backend used by
this URL path map.
|
static interface |
ApplicationGatewayUrlPathMap.UpdateDefinitionStages.WithBackendAddressOrPath<ParentT>
The stage of an application gateway URL path map definition allowing to add more backend addresses, start
specifying optional settings, or finish the definition by attaching it to the parent application gateway.
|
static interface |
ApplicationGatewayUrlPathMap.UpdateDefinitionStages.WithBackendHttpConfiguration<ParentT>
The stage of an application gateway URL path map definition allowing to specify the backend HTTP settings
configuration to associate the URL path map with.
|
static interface |
ApplicationGatewayUrlPathMap.UpdateDefinitionStages.WithBackendOrAddress<ParentT>
The stage of an application gateway URL path map definition allowing to add an address to specify an existing
backend to associate with this URL path map or create a new backend with an auto-generated name and addresses
to it.
|
static interface |
ApplicationGatewayUrlPathMap.UpdateDefinitionStages.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.UpdateDefinitionStages.WithPathRule<ParentT> |
static interface |
ApplicationGatewayUrlPathMap.UpdateDefinitionStages.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.