次の方法で共有


IBlank<ReturnT> インターフェイス

定義

アプリケーション ゲートウェイリダイレクト構成定義の最初のステージ。

public interface IBlank<ReturnT> : Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayRedirectConfiguration.UpdateDefinition.IWithType<ReturnT>
type IBlank<'ReturnT> = interface
    interface IWithType<'ReturnT>
Public Interface IBlank(Of ReturnT)
Implements IWithType(Of ReturnT)

型パラメーター

ReturnT

この定義をアタッチした後に戻る親アプリケーション ゲートウェイ定義のステージ。

派生
実装

メソッド

WithType(ApplicationGatewayRedirectType)

リダイレクトの種類を指定します。

(継承元 IWithType<ReturnT>)

適用対象