次の方法で共有


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

定義

プロトコルを指定できるアプリケーション ゲートウェイ バックエンド HTTP 構成のステージ。

public interface IWithProtocol<ReturnT> : Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayBackendHttpConfiguration.Definition.IWithProtocolBeta<ReturnT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IWithProtocol<'ReturnT> = interface
    interface IWithProtocolBeta<'ReturnT>
    interface IBeta
Public Interface IWithProtocol(Of ReturnT)
Implements IBeta, IWithProtocolBeta(Of ReturnT)

型パラメーター

ReturnT

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

派生
実装

メソッド

WithHttps()

プロトコルとして HTTPS を指定します。

(継承元 IWithProtocolBeta<ReturnT>)
WithProtocol(ApplicationGatewayProtocol)

トランスポート プロトコルを指定します。

適用対象