public class DeletedAccountInner
extends com.azure.core.management.ProxyResource
| Constructor and Description |
|---|
DeletedAccountInner() |
| Modifier and Type | Method and Description |
|---|---|
String |
creationTime()
Get the creationTime property: Creation time of the deleted account.
|
String |
deletionTime()
Get the deletionTime property: Deletion time of the deleted account.
|
String |
location()
Get the location property: Location of the deleted account.
|
String |
restoreReference()
Get the restoreReference property: Can be used to attempt recovering this deleted account via PutStorageAccount
API.
|
String |
storageAccountResourceId()
Get the storageAccountResourceId property: Full resource id of the original storage account.
|
void |
validate()
Validates the instance.
|
public String storageAccountResourceId()
public String location()
public String restoreReference()
public String creationTime()
public String deletionTime()
public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.