DeletedKeyItem Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
DeletedKeyItem() |
Initialisiert eine neue instance der DeletedKeyItem-Klasse. |
DeletedKeyItem(String, KeyAttributes, IDictionary<String,String>, Nullable<Boolean>, String, Nullable<DateTime>, Nullable<DateTime>) |
Initialisiert eine neue instance der DeletedKeyItem-Klasse. |
DeletedKeyItem()
- Quelle:
- DeletedKeyItem.cs
Initialisiert eine neue instance der DeletedKeyItem-Klasse.
public DeletedKeyItem();
Public Sub New ()
Gilt für:
DeletedKeyItem(String, KeyAttributes, IDictionary<String,String>, Nullable<Boolean>, String, Nullable<DateTime>, Nullable<DateTime>)
- Quelle:
- DeletedKeyItem.cs
Initialisiert eine neue instance der DeletedKeyItem-Klasse.
public DeletedKeyItem(string kid = default, Microsoft.Azure.KeyVault.Models.KeyAttributes attributes = default, System.Collections.Generic.IDictionary<string,string> tags = default, bool? managed = default, string recoveryId = default, DateTime? scheduledPurgeDate = default, DateTime? deletedDate = default);
new Microsoft.Azure.KeyVault.Models.DeletedKeyItem : string * Microsoft.Azure.KeyVault.Models.KeyAttributes * System.Collections.Generic.IDictionary<string, string> * Nullable<bool> * string * Nullable<DateTime> * Nullable<DateTime> -> Microsoft.Azure.KeyVault.Models.DeletedKeyItem
Public Sub New (Optional kid As String = Nothing, Optional attributes As KeyAttributes = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional managed As Nullable(Of Boolean) = Nothing, Optional recoveryId As String = Nothing, Optional scheduledPurgeDate As Nullable(Of DateTime) = Nothing, Optional deletedDate As Nullable(Of DateTime) = Nothing)
Parameter
- kid
- String
Schlüsselbezeichner.
- attributes
- KeyAttributes
Die Schlüsselverwaltungsattribute.
- tags
- IDictionary<String,String>
Anwendungsspezifische Metadaten in Form von Schlüssel-Wert-Paaren.
True, wenn die Lebensdauer des Schlüssels vom Schlüsseltresor verwaltet wird. Wenn dies ein Schlüssel ist, der ein Zertifikat sichert, ist verwaltet true.
- recoveryId
- String
Die URL des Wiederherstellungsobjekts, das zum Identifizieren und Wiederherstellen des gelöschten Schlüssels verwendet wird.
Der Zeitpunkt, zu dem der Schlüssel in UTC gelöscht werden soll
Gilt für:
Azure SDK for .NET