DeletedSecretBundle Konstruktoren

Definition

Überlädt

DeletedSecretBundle()

Initialisiert eine neue instance der DeletedSecretBundle-Klasse.

DeletedSecretBundle(String, String, String, SecretAttributes, IDictionary<String,String>, String, Nullable<Boolean>, String, Nullable<DateTime>, Nullable<DateTime>)

Initialisiert eine neue instance der DeletedSecretBundle-Klasse.

DeletedSecretBundle()

Quelle:
DeletedSecretBundle.cs

Initialisiert eine neue instance der DeletedSecretBundle-Klasse.

public DeletedSecretBundle ();
Public Sub New ()

Gilt für:

DeletedSecretBundle(String, String, String, SecretAttributes, IDictionary<String,String>, String, Nullable<Boolean>, String, Nullable<DateTime>, Nullable<DateTime>)

Quelle:
DeletedSecretBundle.cs

Initialisiert eine neue instance der DeletedSecretBundle-Klasse.

public DeletedSecretBundle (string value = default, string id = default, string contentType = default, Microsoft.Azure.KeyVault.Models.SecretAttributes attributes = default, System.Collections.Generic.IDictionary<string,string> tags = default, string kid = default, bool? managed = default, string recoveryId = default, DateTime? scheduledPurgeDate = default, DateTime? deletedDate = default);
new Microsoft.Azure.KeyVault.Models.DeletedSecretBundle : string * string * string * Microsoft.Azure.KeyVault.Models.SecretAttributes * System.Collections.Generic.IDictionary<string, string> * string * Nullable<bool> * string * Nullable<DateTime> * Nullable<DateTime> -> Microsoft.Azure.KeyVault.Models.DeletedSecretBundle
Public Sub New (Optional value As String = Nothing, Optional id As String = Nothing, Optional contentType As String = Nothing, Optional attributes As SecretAttributes = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional kid 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

value
String

Der Geheimniswert.

id
String

Die Geheimnis-ID.

contentType
String

Der Inhaltstyp des Geheimnisses.

attributes
SecretAttributes

Die Attribute für die Geheimnisverwaltung.

tags
IDictionary<String,String>

Anwendungsspezifische Metadaten in Form von Schlüssel-Wert-Paaren.

kid
String

Wenn dies ein Geheimnis ist, das ein KV-Zertifikat sichert, gibt dieses Feld den entsprechenden Schlüssel an, der das KV-Zertifikat sichert.

managed
Nullable<Boolean>

True, wenn die Lebensdauer des Geheimnisses vom Schlüsseltresor verwaltet wird. Wenn dies ein Geheimnis ist, das ein Zertifikat sichert, ist verwaltet true.

recoveryId
String

Die URL des Wiederherstellungsobjekts, das zum Identifizieren und Wiederherstellen des gelöschten Geheimnisses verwendet wird.

scheduledPurgeDate
Nullable<DateTime>

Der Zeitpunkt, zu dem das Bereinigt des Geheimnisses geplant ist, in UTC

deletedDate
Nullable<DateTime>

Der Zeitpunkt, zu dem das Geheimnis in UTC gelöscht wurde.

Gilt für: