DeletedStorageAccountItem Construtores

Definição

Sobrecargas

DeletedStorageAccountItem()

Inicializa uma nova instância da classe DeletedStorageAccountItem.

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

Inicializa uma nova instância da classe DeletedStorageAccountItem.

DeletedStorageAccountItem()

Origem:
DeletedStorageAccountItem.cs

Inicializa uma nova instância da classe DeletedStorageAccountItem.

public DeletedStorageAccountItem ();
Public Sub New ()

Aplica-se a

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

Origem:
DeletedStorageAccountItem.cs

Inicializa uma nova instância da classe DeletedStorageAccountItem.

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)

Parâmetros

id
String

Identificador de armazenamento.

resourceId
String

ID do recurso da conta de armazenamento.

attributes
StorageAccountAttributes

Os atributos de gerenciamento da conta de armazenamento.

tags
IDictionary<String,String>

Metadados específicos do aplicativo na forma de pares chave-valor.

recoveryId
String

A URL do objeto de recuperação, usada para identificar e recuperar a conta de armazenamento excluída.

scheduledPurgeDate
Nullable<DateTime>

A hora em que a conta de armazenamento está agendada para ser limpa, em UTC

deletedDate
Nullable<DateTime>

A hora em que a conta de armazenamento foi excluída, em UTC

Aplica-se a