DeletedBackupInstance Class
- java.
lang. Object - com.
azure. resourcemanager. dataprotection. models. BackupInstance - com.
azure. resourcemanager. dataprotection. models. DeletedBackupInstance
- com.
- com.
public final class DeletedBackupInstance
extends BackupInstance
Deleted Backup Instance.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Current |
currentProtectionState()
Get the current |
|
Deletion |
deletionInfo()
Get the deletion |
|
static
Deleted |
fromJson(JsonReader jsonReader)
Reads an instance of Deleted |
|
User |
protectionErrorDetails()
Get the protection |
|
Protection |
protectionStatus()
Get the protection |
| String |
provisioningState()
Get the provisioning |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from BackupInstance
Methods inherited from java.lang.Object
Method Details
currentProtectionState
public CurrentProtectionState currentProtectionState()
Get the currentProtectionState property: Specifies the current protection state of the resource.
Overrides:
DeletedBackupInstance.currentProtectionState()Returns:
deletionInfo
public DeletionInfo deletionInfo()
Get the deletionInfo property: Deletion info of Backup Instance.
Returns:
fromJson
public static DeletedBackupInstance fromJson(JsonReader jsonReader)
Reads an instance of DeletedBackupInstance from the JsonReader.
Parameters:
Returns:
Throws:
protectionErrorDetails
public UserFacingError protectionErrorDetails()
Get the protectionErrorDetails property: Specifies the protection error of the resource.
Overrides:
DeletedBackupInstance.protectionErrorDetails()Returns:
protectionStatus
public ProtectionStatusDetails protectionStatus()
Get the protectionStatus property: Specifies the protection status of the resource.
Overrides:
DeletedBackupInstance.protectionStatus()Returns:
provisioningState
public String provisioningState()
Get the provisioningState property: Specifies the provisioning state of the resource i.e. provisioning/updating/Succeeded/Failed.
Overrides:
DeletedBackupInstance.provisioningState()Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
DeletedBackupInstance.toJson(JsonWriter jsonWriter)Parameters:
Throws: