| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ApplicationGatewayRedirectConfiguration.Definition<ReturnT>
The entirety of an application gateway redirect configuration definition.
|
static interface |
ApplicationGatewayRedirectConfiguration.DefinitionStages.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.DefinitionStages.WithAttach<ReturnT> |
ApplicationGatewayRedirectConfiguration.DefinitionStages.WithPathIncluded.withPathIncluded()
Specifies that the path should be included in the redirected URL.
|
ApplicationGatewayRedirectConfiguration.DefinitionStages.WithAttach<ReturnT> |
ApplicationGatewayRedirectConfiguration.DefinitionStages.WithQueryStringIncluded.withQueryStringIncluded()
Specifies that the query string should be included in the redirected URL.
|
ApplicationGatewayRedirectConfiguration.DefinitionStages.WithAttach<ReturnT> |
ApplicationGatewayRedirectConfiguration.DefinitionStages.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.
*/