Freigeben über


KeyAttributes Konstruktoren

Definition

Überlädt

KeyAttributes()

Initialisiert eine neue instance der KeyAttributes-Klasse.

KeyAttributes(Nullable<Boolean>, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>, String)

Initialisiert eine neue instance der KeyAttributes-Klasse.

KeyAttributes()

Quelle:
KeyAttributes.cs

Initialisiert eine neue instance der KeyAttributes-Klasse.

public KeyAttributes ();
Public Sub New ()

Gilt für:

KeyAttributes(Nullable<Boolean>, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>, String)

Quelle:
KeyAttributes.cs

Initialisiert eine neue instance der KeyAttributes-Klasse.

public KeyAttributes (bool? enabled = default, DateTime? notBefore = default, DateTime? expires = default, DateTime? created = default, DateTime? updated = default, string recoveryLevel = default);
new Microsoft.Azure.KeyVault.Models.KeyAttributes : Nullable<bool> * Nullable<DateTime> * Nullable<DateTime> * Nullable<DateTime> * Nullable<DateTime> * string -> Microsoft.Azure.KeyVault.Models.KeyAttributes
Public Sub New (Optional enabled As Nullable(Of Boolean) = Nothing, Optional notBefore As Nullable(Of DateTime) = Nothing, Optional expires As Nullable(Of DateTime) = Nothing, Optional created As Nullable(Of DateTime) = Nothing, Optional updated As Nullable(Of DateTime) = Nothing, Optional recoveryLevel As String = Nothing)

Parameter

enabled
Nullable<Boolean>

Bestimmt, ob das Objekt aktiviert ist.

notBefore
Nullable<DateTime>

Nicht vor Datum in UTC.

expires
Nullable<DateTime>

Ablaufdatum in UTC.

created
Nullable<DateTime>

Erstellungszeit in UTC.

updated
Nullable<DateTime>

Uhrzeit der letzten Aktualisierung in UTC.

recoveryLevel
String

Gibt die Löschwiederherstellungsebene an, die derzeit für Schlüssel im aktuellen Tresor wirksam ist. Wenn er "Löschbar" enthält, kann der Schlüssel von einem privilegierten Benutzer endgültig gelöscht werden. andernfalls kann nur das System den Schlüssel am Ende des Aufbewahrungsintervalls bereinigen. Mögliche Werte sind: "Löschbar", "Recoverable+Purgeable", "Recoverable", "Recoverable+ProtectedSubscription".

Gilt für: