你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DeletedAccount Class

Definition

Deleted storage account

[Microsoft.Rest.Serialization.JsonTransformation]
public class DeletedAccount : Microsoft.Azure.PowerShell.Cmdlets.Compute.Helpers.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