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 Details

    • LongTermRetentionBackupOperationResultInner

      public LongTermRetentionBackupOperationResultInner()
      Creates an instance of LongTermRetentionBackupOperationResultInner class.
  • Method Details

    • requestId

      public UUID requestId()
      Get the requestId property: Request Id.
      Returns:
      the requestId value.
    • operationType

      public String operationType()
      Get the operationType property: Operation type.
      Returns:
      the operationType value.
    • fromBackupResourceId

      public String fromBackupResourceId()
      Get the fromBackupResourceId property: Source backup resource id.
      Returns:
      the fromBackupResourceId value.
    • toBackupResourceId

      public String toBackupResourceId()
      Get the toBackupResourceId property: Target backup resource id.
      Returns:
      the toBackupResourceId value.
    • targetBackupStorageRedundancy

      public BackupStorageRedundancy targetBackupStorageRedundancy()
      Get the targetBackupStorageRedundancy property: The storage redundancy type of the copied backup.
      Returns:
      the targetBackupStorageRedundancy value.
    • status

      public String status()
      Get the status property: Operation status.
      Returns:
      the status value.
    • message

      public String 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.