次の方法で共有


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

定義

アプリケーション ゲートウェイ認証証明書定義の最初のステージ。

public interface IBlank<ReturnT> : Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayAuthenticationCertificate.Definition.IWithData<ReturnT>
type IBlank<'ReturnT> = interface
    interface IWithData<'ReturnT>
Public Interface IBlank(Of ReturnT)
Implements IWithData(Of ReturnT)

型パラメーター

ReturnT

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

派生
実装

メソッド

FromBase64(String)

アップロードする X.509 証明書を指定します。

(継承元 IWithData<ReturnT>)
FromBytes(Byte[])

アップロードする X.509 証明書を指定します。

(継承元 IWithData<ReturnT>)
FromFile(FileInfo)

アップロードする X.509 証明書を指定します。

(継承元 IWithData<ReturnT>)

適用対象