Class DeletedAccountProperties
- java.lang.Object
-
- com.azure.resourcemanager.storage.fluent.models.DeletedAccountProperties
-
public final class DeletedAccountProperties extends Object
Attributes of a deleted storage account.
-
-
Constructor Summary
Constructors Constructor Description DeletedAccountProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringcreationTime()Get the creationTime property: Creation time of the deleted account.StringdeletionTime()Get the deletionTime property: Deletion time of the deleted account.Stringlocation()Get the location property: Location of the deleted account.StringrestoreReference()Get the restoreReference property: Can be used to attempt recovering this deleted account via PutStorageAccount API.StringstorageAccountResourceId()Get the storageAccountResourceId property: Full resource id of the original storage account.voidvalidate()Validates the instance.
-
-
-
Method Detail
-
storageAccountResourceId
public String storageAccountResourceId()
Get the storageAccountResourceId property: Full resource id of the original storage account.- Returns:
- the storageAccountResourceId value.
-
location
public String location()
Get the location property: Location of the deleted account.- Returns:
- the location value.
-
restoreReference
public String restoreReference()
Get the restoreReference property: Can be used to attempt recovering this deleted account via PutStorageAccount API.- Returns:
- the restoreReference value.
-
creationTime
public String creationTime()
Get the creationTime property: Creation time of the deleted account.- Returns:
- the creationTime value.
-
deletionTime
public String 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.
-
-