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.
|
ApplicationGatewayRedirectConfiguration.UpdateDefinitionStages.Blank<ApplicationGateway.Update> defineRedirectConfiguration(String name)
name - a unique name for the redirect configurationApplicationGateway.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 removeApplicationGatewayRedirectConfiguration.Update updateRedirectConfiguration(String name)
name - the name of an existing redirect configuration to updateCopyright © 2020 Microsoft Corporation. All rights reserved.