Class DeletedAccountInner
java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.storage.fluent.models.DeletedAccountInner
public final class DeletedAccountInner
extends com.azure.core.management.ProxyResource
Deleted storage account.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the creationTime property: Creation time of the deleted account.Get the deletionTime property: Deletion time of the deleted account.location()Get the location property: Location of the deleted account.Get the restoreReference property: Can be used to attempt recovering this deleted account via PutStorageAccount API.Get the storageAccountResourceId property: Full resource id of the original storage account.voidvalidate()Validates the instance.Methods inherited from class com.azure.core.management.ProxyResource
id, name, type
-
Constructor Details
-
DeletedAccountInner
public DeletedAccountInner()Creates an instance of DeletedAccountInner class.
-
-
Method Details
-
storageAccountResourceId
Get the storageAccountResourceId property: Full resource id of the original storage account.- Returns:
- the storageAccountResourceId value.
-
location
Get the location property: Location of the deleted account.- Returns:
- the location value.
-
restoreReference
Get the restoreReference property: Can be used to attempt recovering this deleted account via PutStorageAccount API.- Returns:
- the restoreReference value.
-
creationTime
Get the creationTime property: Creation time of the deleted account.- Returns:
- the creationTime value.
-
deletionTime
Get the deletionTime property: Deletion time of the deleted account.- Returns:
- the deletionTime value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-