Delen via


DeletedAccount Constructors

Definition

Overloads

DeletedAccount()

Initializes a new instance of the DeletedAccount class.

DeletedAccount(String, String, String, String, String, String, String, String)

Initializes a new instance of the DeletedAccount class.

DeletedAccount()

Initializes a new instance of the DeletedAccount class.

public DeletedAccount ();
Public Sub New ()

Applies to

DeletedAccount(String, String, String, String, String, String, String, String)

Initializes a new instance of the DeletedAccount class.

public DeletedAccount (string id = default, string name = default, string type = default, string storageAccountResourceId = default, string location = default, string restoreReference = default, string creationTime = default, string deletionTime = default);
new Microsoft.Azure.Management.Storage.Models.DeletedAccount : string * string * string * string * string * string * string * string -> Microsoft.Azure.Management.Storage.Models.DeletedAccount
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional storageAccountResourceId As String = Nothing, Optional location As String = Nothing, Optional restoreReference As String = Nothing, Optional creationTime As String = Nothing, Optional deletionTime As String = Nothing)

Parameters

id
String

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

name
String

The name of the resource

type
String

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

storageAccountResourceId
String

Full resource id of the original storage account.

location
String

Location of the deleted account.

restoreReference
String

Can be used to attempt recovering this deleted account via PutStorageAccount API.

creationTime
String

Creation time of the deleted account.

deletionTime
String

Deletion time of the deleted account.

Applies to