IUpdateDefinition<ParentT> インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
アプリケーション ゲートウェイの更新プログラムの一部としてのアプリケーション ゲートウェイ 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>) |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET