DeletedSecretItem 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
DeletedSecretItem() |
Initialisiert eine neue instance der DeletedSecretItem-Klasse. |
DeletedSecretItem(String, SecretAttributes, IDictionary<String,String>, String, Nullable<Boolean>, String, Nullable<DateTime>, Nullable<DateTime>) |
Initialisiert eine neue instance der DeletedSecretItem-Klasse. |
DeletedSecretItem()
- Quelle:
- DeletedSecretItem.cs
Initialisiert eine neue instance der DeletedSecretItem-Klasse.
public DeletedSecretItem();
Public Sub New ()
Gilt für:
DeletedSecretItem(String, SecretAttributes, IDictionary<String,String>, String, Nullable<Boolean>, String, Nullable<DateTime>, Nullable<DateTime>)
- Quelle:
- DeletedSecretItem.cs
Initialisiert eine neue instance der DeletedSecretItem-Klasse.
public DeletedSecretItem(string id = default, Microsoft.Azure.KeyVault.Models.SecretAttributes attributes = default, System.Collections.Generic.IDictionary<string,string> tags = default, string contentType = default, bool? managed = default, string recoveryId = default, DateTime? scheduledPurgeDate = default, DateTime? deletedDate = default);
new Microsoft.Azure.KeyVault.Models.DeletedSecretItem : string * Microsoft.Azure.KeyVault.Models.SecretAttributes * System.Collections.Generic.IDictionary<string, string> * string * Nullable<bool> * string * Nullable<DateTime> * Nullable<DateTime> -> Microsoft.Azure.KeyVault.Models.DeletedSecretItem
Public Sub New (Optional id As String = Nothing, Optional attributes As SecretAttributes = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional contentType As 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
- id
- String
Geheimnisbezeichner.
- attributes
- SecretAttributes
Die Geheimverwaltungsattribute.
- tags
- IDictionary<String,String>
Anwendungsspezifische Metadaten in Form von Schlüssel-Wert-Paaren.
- contentType
- String
Typ des Geheimwerts, z. B. ein Kennwort.
True, wenn die Lebensdauer des Geheimnisses 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 Geheimnisses verwendet wird.
Der Zeitpunkt, zu dem das Geheimnis gelöscht werden soll, in UTC
Gilt für:
Azure SDK for .NET