Class AzureBackupParams

java.lang.Object
com.azure.resourcemanager.dataprotection.models.BackupParameters
com.azure.resourcemanager.dataprotection.models.AzureBackupParams

public final class AzureBackupParams extends BackupParameters
AzureBackupParams

Azure backup parameters.

  • Constructor Details

    • AzureBackupParams

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

    • backupType

      public String backupType()
      Get the backupType property: BackupType ; Full/Incremental etc.
      Returns:
      the backupType value.
    • withBackupType

      public AzureBackupParams withBackupType(String backupType)
      Set the backupType property: BackupType ; Full/Incremental etc.
      Parameters:
      backupType - the backupType value to set.
      Returns:
      the AzureBackupParams object itself.
    • validate

      public void validate()
      Validates the instance.
      Overrides:
      validate in class BackupParameters
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.