次の方法で共有


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

定義

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

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

型パラメーター

ParentT

アタッチ後に返される親アプリケーション ゲートウェイ定義のステージ。

実装

メソッド

Attach()

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

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

キー コンテナーを使用して秘密キーの内容を分離します。

(継承元 IWithData<ParentT>)
WithPfxFromBytes(Byte[])

base64 エンコードではなく、PFX (PKCS#12) 形式の秘密キーの内容を指定します。

(継承元 IWithData<ParentT>)
WithPfxFromFile(FileInfo)

秘密キーの内容を取得する PFX (PKCS#12) ファイルを指定します。

(継承元 IWithData<ParentT>)
WithPfxPassword(String)

SSL 証明書の指定された PFX コンテンツを保護するために現在使用されているパスワードを指定します。

(継承元 IWithPassword<ParentT>)

適用対象