DeletedAccountInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. storage. fluent. models. DeletedAccountInner
- com.
- com.
public final class DeletedAccountInner
extends ProxyResource
Deleted storage account.
Constructor Summary
Constructor | Description |
---|---|
DeletedAccountInner() |
Creates an instance of Deleted |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
creationTime()
Get the creation |
String |
deletionTime()
Get the deletion |
static
Deleted |
fromJson(JsonReader jsonReader)
Reads an instance of Deleted |
String |
id()
Get the id property: Fully qualified resource Id for the resource. |
String |
location()
Get the location property: Location of the deleted account. |
String |
name()
Get the name property: The name of the resource. |
String |
restoreReference()
Get the restore |
String |
storageAccountResourceId()
Get the storage |
Json |
toJson(JsonWriter jsonWriter) |
String |
type()
Get the type property: The type of the resource. |
void |
validate()
Validates the instance. |
Methods inherited from ProxyResource
Methods inherited from java.lang.Object
Constructor Details
DeletedAccountInner
public DeletedAccountInner()
Creates an instance of DeletedAccountInner class.
Method Details
creationTime
public String creationTime()
Get the creationTime property: Creation time of the deleted account.
Returns:
deletionTime
public String deletionTime()
Get the deletionTime property: Deletion time of the deleted account.
Returns:
fromJson
public static DeletedAccountInner fromJson(JsonReader jsonReader)
Reads an instance of DeletedAccountInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
DeletedAccountInner.id()Returns:
location
public String location()
Get the location property: Location of the deleted account.
Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
DeletedAccountInner.name()Returns:
restoreReference
public String restoreReference()
Get the restoreReference property: Can be used to attempt recovering this deleted account via PutStorageAccount API.
Returns:
storageAccountResourceId
public String storageAccountResourceId()
Get the storageAccountResourceId property: Full resource id of the original storage account.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
DeletedAccountInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
DeletedAccountInner.type()Returns:
validate
public void validate()
Validates the instance.
Applies to
Azure SDK for Java