DeletedCertificateItem コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
DeletedCertificateItem() |
DeletedCertificateItem クラスの新しいインスタンスを初期化します。 |
DeletedCertificateItem(String, CertificateAttributes, IDictionary<String,String>, Byte[], String, Nullable<DateTime>, Nullable<DateTime>) |
DeletedCertificateItem クラスの新しいインスタンスを初期化します。 |
DeletedCertificateItem()
DeletedCertificateItem クラスの新しいインスタンスを初期化します。
public DeletedCertificateItem ();
Public Sub New ()
適用対象
DeletedCertificateItem(String, CertificateAttributes, IDictionary<String,String>, Byte[], String, Nullable<DateTime>, Nullable<DateTime>)
DeletedCertificateItem クラスの新しいインスタンスを初期化します。
public DeletedCertificateItem (string id = default, Microsoft.Azure.KeyVault.Models.CertificateAttributes attributes = default, System.Collections.Generic.IDictionary<string,string> tags = default, byte[] x509Thumbprint = default, string recoveryId = default, DateTime? scheduledPurgeDate = default, DateTime? deletedDate = default);
new Microsoft.Azure.KeyVault.Models.DeletedCertificateItem : string * Microsoft.Azure.KeyVault.Models.CertificateAttributes * System.Collections.Generic.IDictionary<string, string> * byte[] * string * Nullable<DateTime> * Nullable<DateTime> -> Microsoft.Azure.KeyVault.Models.DeletedCertificateItem
Public Sub New (Optional id As String = Nothing, Optional attributes As CertificateAttributes = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional x509Thumbprint As Byte() = Nothing, Optional recoveryId As String = Nothing, Optional scheduledPurgeDate As Nullable(Of DateTime) = Nothing, Optional deletedDate As Nullable(Of DateTime) = Nothing)
パラメーター
- id
- String
証明書識別子。
- attributes
- CertificateAttributes
証明書管理属性。
- tags
- IDictionary<String,String>
キーと値のペアの形式による、アプリケーション固有のメタデータ。
- x509Thumbprint
- Byte[]
証明書の拇印。
- recoveryId
- String
削除された証明書を識別して回復するために使用される回復オブジェクトの URL。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET