IWithRedirectConfigurationBeta Interface

Definition

The stage of an application gateway definition allowing to add a redirect configuration.

public interface IWithRedirectConfigurationBeta : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IWithRedirectConfigurationBeta = interface
    interface IBeta
Public Interface IWithRedirectConfigurationBeta
Implements IBeta
Derived
Implements

Methods

DefineRedirectConfiguration(String)

Begins the definition of a new application gateway redirect configuration to be attached to the gateway.

UpdateRedirectConfiguration(String)

Begins the update of a redirect configuration.

WithoutRedirectConfiguration(String)

Removes a redirect configuration from the application gateway. Note that removing a redirect configuration referenced by other settings may break the application gateway.

Applies to