Freigeben über


DeletedAccountProperties Class

Definition

Attributes of a deleted storage account.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.DeletedAccountPropertiesTypeConverter))]
public class DeletedAccountProperties : Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.IDeletedAccountProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.DeletedAccountPropertiesTypeConverter))>]
type DeletedAccountProperties = class
    interface IDeletedAccountProperties
    interface IJsonSerializable
Public Class DeletedAccountProperties
Implements IDeletedAccountProperties
Inheritance
DeletedAccountProperties
Attributes
Implements

Constructors

Name Description
DeletedAccountProperties()

Creates an new DeletedAccountProperties instance.

Properties

Name Description
CreationTime

Creation time of the deleted account.

DeletionTime

Deletion time of the deleted account.

Location

Location of the deleted account.

RestoreReference

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

StorageAccountResourceId

Full resource id of the original storage account.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DeletedAccountProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DeletedAccountProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.IDeletedAccountProperties.

FromJsonString(String)

Creates a new instance of DeletedAccountProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of DeletedAccountProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to