次の方法で共有


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

定義

アプリケーション ゲートウェイの更新の一部としてのアプリケーション ゲートウェイ認証証明書定義の全体。

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

型パラメーター

ReturnT

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

実装

メソッド

Attach()

アプリケーション ゲートウェイの更新の一部としてのアプリケーション ゲートウェイ認証証明書定義の全体。

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

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

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

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

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

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

(継承元 IWithData<ReturnT>)

適用対象