DeletedAccount 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.
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
- 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) |