public static interface ApplicationGateway.UpdateStages.WithRedirectConfiguration
| Modifier and Type | Method and Description |
|---|---|
ApplicationGatewayRedirectConfiguration.UpdateDefinitionStages.Blank<ApplicationGateway.Update> |
defineRedirectConfiguration(String name)
Begins the definition of a new application gateway redirect configuration to be attached to the gateway.
|
ApplicationGatewayRedirectConfiguration.Update |
updateRedirectConfiguration(String name)
Begins the update of a redirect configuration.
|
ApplicationGateway.Update |
withoutRedirectConfiguration(String name)
Removes a redirect configuration from the application gateway.
|
@Beta(value=V1_4_0) ApplicationGatewayRedirectConfiguration.UpdateDefinitionStages.Blank<ApplicationGateway.Update> defineRedirectConfiguration(String name)
name - a unique name for the redirect configuration@Beta(value=V1_4_0) ApplicationGateway.Update withoutRedirectConfiguration(String name)
Note that removing a redirect configuration referenced by other settings may break the application gateway.
name - the name of the redirect configuration to remove@Beta(value=V1_4_0) ApplicationGatewayRedirectConfiguration.Update updateRedirectConfiguration(String name)
name - the name of an existing redirect configuration to update/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/