| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ApplicationGatewayRedirectConfiguration.UpdateDefinition<ReturnT>
The entirety of an application gateway redirect configuration definition as part of an application gateway update.
|
static interface |
ApplicationGatewayRedirectConfiguration.UpdateDefinitionStages.WithAttachAndPath<ReturnT>
The stage of an application gateway redirect configuration allowing to specify whether the query string should be included in the redirected URL or other optional settings.
|
| Modifier and Type | Method and Description |
|---|---|
ApplicationGatewayRedirectConfiguration.UpdateDefinitionStages.WithAttach<ReturnT> |
ApplicationGatewayRedirectConfiguration.UpdateDefinitionStages.WithPathIncluded.withPathIncluded()
Specifies that the path should be included in the redirected URL.
|
ApplicationGatewayRedirectConfiguration.UpdateDefinitionStages.WithAttach<ReturnT> |
ApplicationGatewayRedirectConfiguration.UpdateDefinitionStages.WithQueryStringIncluded.withQueryStringIncluded()
Specifies that the query string should be included in the redirected URL.
|
ApplicationGatewayRedirectConfiguration.UpdateDefinitionStages.WithAttach<ReturnT> |
ApplicationGatewayRedirectConfiguration.UpdateDefinitionStages.WithTarget.withTargetUrl(String url)
Specifies the URL to redirect to.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/