IWithBackendHttpConfigOrRedirect<ParentT> Interface

Definition

The stage of an application gateway request routing rule definition allowing to select either a backend or a redirect configuration.

public interface IWithBackendHttpConfigOrRedirect<ParentT> : Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayRequestRoutingRule.Definition.IWithBackendHttpConfiguration<ParentT>, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayRequestRoutingRule.Definition.IWithRedirectConfig<ParentT>, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayRequestRoutingRule.Definition.IWithRedirectConfigBeta<ParentT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IWithBackendHttpConfigOrRedirect<'ParentT> = interface
    interface IWithBackendHttpConfiguration<'ParentT>
    interface IWithRedirectConfig<'ParentT>
    interface IWithRedirectConfigBeta<'ParentT>
    interface IBeta
Public Interface IWithBackendHttpConfigOrRedirect(Of ParentT)
Implements IBeta, IWithBackendHttpConfiguration(Of ParentT), IWithRedirectConfig(Of ParentT), IWithRedirectConfigBeta(Of ParentT)

Type Parameters

ParentT

The stage of the application gateway definition to return to after attaching this definition.

Derived
Implements

Methods

ToBackendHttpConfiguration(String)

Associates the specified backend HTTP settings configuration with this request routing rule. If the backend configuration does not exist yet, it must be defined in the optional part of the application gateway definition. The request routing rule references it only by name.

(Inherited from IWithBackendHttpConfiguration<ParentT>)
ToBackendHttpPort(Int32)

Creates a backend HTTP settings configuration for the specified backend port and the HTTP protocol, and associates it with this request routing rule. An auto-generated name will be used for this newly created configuration.

(Inherited from IWithBackendHttpConfiguration<ParentT>)
WithRedirectConfiguration(String)

Associates the specified redirect configuration with this request routing rule.

(Inherited from IWithRedirectConfigBeta<ParentT>)

Applies to