Class LongTermRetentionBackupOperationResultInner
java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.sql.fluent.models.LongTermRetentionBackupOperationResultInner
- All Implemented Interfaces:
com.azure.json.JsonSerializable<com.azure.core.management.ProxyResource>
public final class LongTermRetentionBackupOperationResultInner
extends com.azure.core.management.ProxyResource
A LongTermRetentionBackup operation result resource.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of LongTermRetentionBackupOperationResultInner class. -
Method Summary
Modifier and TypeMethodDescriptionGet the fromBackupResourceId property: Source backup resource id.message()Get the message property: Progress message.Get the operationType property: Operation type.Get the requestId property: Request Id.status()Get the status property: Operation status.Get the targetBackupStorageRedundancy property: The storage redundancy type of the copied backup.Get the toBackupResourceId property: Target backup resource id.voidvalidate()Validates the instance.Methods inherited from class com.azure.core.management.ProxyResource
fromJson, id, name, toJson, type
-
Constructor Details
-
LongTermRetentionBackupOperationResultInner
public LongTermRetentionBackupOperationResultInner()Creates an instance of LongTermRetentionBackupOperationResultInner class.
-
-
Method Details
-
requestId
Get the requestId property: Request Id.- Returns:
- the requestId value.
-
operationType
Get the operationType property: Operation type.- Returns:
- the operationType value.
-
fromBackupResourceId
Get the fromBackupResourceId property: Source backup resource id.- Returns:
- the fromBackupResourceId value.
-
toBackupResourceId
Get the toBackupResourceId property: Target backup resource id.- Returns:
- the toBackupResourceId value.
-
targetBackupStorageRedundancy
Get the targetBackupStorageRedundancy property: The storage redundancy type of the copied backup.- Returns:
- the targetBackupStorageRedundancy value.
-
status
Get the status property: Operation status.- Returns:
- the status value.
-
message
Get the message property: Progress message.- Returns:
- the message value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-