次の方法で共有


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

定義

プローブのプロトコルを指定できるアプリケーション ゲートウェイ プローブ更新のステージ。

public interface IWithProtocol<ParentT> : Microsoft.Azure.Management.Network.Fluent.HasProtocol.Definition.IWithProtocol<Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayProbe.Definition.IWithTimeout<ParentT>,Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayProtocol>
type IWithProtocol<'ParentT> = interface
    interface IWithProtocol<IWithTimeout<'ParentT>, ApplicationGatewayProtocol>
Public Interface IWithProtocol(Of ParentT)
Implements IWithProtocol(Of IWithTimeout(Of ParentT), ApplicationGatewayProtocol)

型パラメーター

ParentT

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

派生
実装

メソッド

WithHttp()

プローブ プロトコルとして HTTP を指定します。

WithHttps()

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

WithProtocol(ProtocolT)

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

(継承元 IWithProtocol<ReturnT,ProtocolT>)

適用対象