DeletedStorageAccountItem Konstruktoren

Definition

Überlädt

DeletedStorageAccountItem()

Initialisiert eine neue instance der DeletedStorageAccountItem-Klasse.

DeletedStorageAccountItem(String, String, StorageAccountAttributes, IDictionary<String,String>, String, Nullable<DateTime>, Nullable<DateTime>)

Initialisiert eine neue instance der DeletedStorageAccountItem-Klasse.

DeletedStorageAccountItem()

Quelle:
DeletedStorageAccountItem.cs

Initialisiert eine neue instance der DeletedStorageAccountItem-Klasse.

public DeletedStorageAccountItem ();
Public Sub New ()

Gilt für:

DeletedStorageAccountItem(String, String, StorageAccountAttributes, IDictionary<String,String>, String, Nullable<DateTime>, Nullable<DateTime>)

Quelle:
DeletedStorageAccountItem.cs

Initialisiert eine neue instance der DeletedStorageAccountItem-Klasse.

public DeletedStorageAccountItem (string id = default, string resourceId = default, Microsoft.Azure.KeyVault.Models.StorageAccountAttributes attributes = default, System.Collections.Generic.IDictionary<string,string> tags = default, string recoveryId = default, DateTime? scheduledPurgeDate = default, DateTime? deletedDate = default);
new Microsoft.Azure.KeyVault.Models.DeletedStorageAccountItem : string * string * Microsoft.Azure.KeyVault.Models.StorageAccountAttributes * System.Collections.Generic.IDictionary<string, string> * string * Nullable<DateTime> * Nullable<DateTime> -> Microsoft.Azure.KeyVault.Models.DeletedStorageAccountItem
Public Sub New (Optional id As String = Nothing, Optional resourceId As String = Nothing, Optional attributes As StorageAccountAttributes = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional recoveryId As String = Nothing, Optional scheduledPurgeDate As Nullable(Of DateTime) = Nothing, Optional deletedDate As Nullable(Of DateTime) = Nothing)

Parameter

id
String

Speicherbezeichner.

resourceId
String

Ressourcen-ID des Speicherkontos.

attributes
StorageAccountAttributes

Die Speicherkontoverwaltungsattribute.

tags
IDictionary<String,String>

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

recoveryId
String

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

scheduledPurgeDate
Nullable<DateTime>

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

deletedDate
Nullable<DateTime>

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

Gilt für: