DeletedAccountProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
DeletedAccountProperties() |
Creates an new DeletedAccountProperties instance. |
Properties
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
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() |