次の方法で共有


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

定義

アプリケーション ゲートウェイ認証証明書定義の全体。

public interface IDefinition<ReturnT> : Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayAuthenticationCertificate.Definition.IBlank<ReturnT>, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayAuthenticationCertificate.Definition.IWithAttach<ReturnT>, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayAuthenticationCertificate.Definition.IWithData<ReturnT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Definition.IInDefinition<ReturnT>
type IDefinition<'ReturnT> = interface
    interface IBlank<'ReturnT>
    interface IWithData<'ReturnT>
    interface IWithAttach<'ReturnT>
    interface IInDefinition<'ReturnT>
Public Interface IDefinition(Of ReturnT)
Implements IBlank(Of ReturnT), IInDefinition(Of ReturnT), IWithAttach(Of ReturnT), IWithData(Of ReturnT)

型パラメーター

ReturnT

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

実装

メソッド

Attach()

アプリケーション ゲートウェイ認証証明書定義の全体。

(継承元 IInDefinition<ParentT>)
FromBase64(String)

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

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

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

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

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

(継承元 IWithData<ReturnT>)

適用対象