public static interface ApplicationGatewayRedirectConfiguration.UpdateStages
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ApplicationGatewayRedirectConfiguration.UpdateStages.WithPathIncluded
The stage of an application gateway redirect configuration allowing to specify whether the path should be included in the redirected URL.
|
static interface |
ApplicationGatewayRedirectConfiguration.UpdateStages.WithQueryStringIncluded
The stage of an application gateway redirect configuration allowing to specify whether the query string should be included in the redirected URL.
|
static interface |
ApplicationGatewayRedirectConfiguration.UpdateStages.WithTarget
The stage of an application gateway redirect configuration allowing to specify the target URL or listener for the redirection.
|
static interface |
ApplicationGatewayRedirectConfiguration.UpdateStages.WithType
The stage of an application gateway redirect configuration allowing to specify the type of the redirection.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/