IWithRedirectConfiguration Interface

Definition

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

public interface IWithRedirectConfiguration : Microsoft.Azure.Management.Network.Fluent.ApplicationGateway.Update.IWithRedirectConfigurationBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IWithRedirectConfiguration = interface
    interface IWithRedirectConfigurationBeta
    interface IBeta
Public Interface IWithRedirectConfiguration
Implements IBeta, IWithRedirectConfigurationBeta
Derived
Implements

Methods

DefineRedirectConfiguration(String)

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

(Inherited from IWithRedirectConfigurationBeta)
UpdateRedirectConfiguration(String)

Begins the update of a redirect configuration.

(Inherited from IWithRedirectConfigurationBeta)
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.

(Inherited from IWithRedirectConfigurationBeta)

Applies to