DeletedAccount Class

Definition

Deleted storage account

[Microsoft.Rest.Serialization.JsonTransformation]
public class DeletedAccount : Microsoft.Azure.Management.Storage.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type DeletedAccount = class
    inherit ProxyResource
Public Class DeletedAccount
Inherits ProxyResource
Inheritance
DeletedAccount
Attributes

Constructors

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.

Properties

CreationTime

Gets creation time of the deleted account.

DeletionTime

Gets deletion time of the deleted account.

Id

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

(Inherited from Resource)
Location

Gets location of the deleted account.

Name

Gets the name of the resource

(Inherited from Resource)
RestoreReference

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

StorageAccountResourceId

Gets full resource id of the original storage account.

Type

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

(Inherited from Resource)

Applies to