Share via


IWithType<ReturnT> Interface

Definition

The stage of an application gateway redirect configuration allowing to specify the type of the redirection.

public interface IWithType<ReturnT>
type IWithType<'ReturnT> = interface
Public Interface IWithType(Of ReturnT)

Type Parameters

ReturnT

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

Derived

Methods

WithType(ApplicationGatewayRedirectType)

Specifies the redirection type.

Applies to