Class AzureSqlProtectionPolicy

java.lang.Object
com.azure.resourcemanager.recoveryservicesbackup.models.ProtectionPolicy
com.azure.resourcemanager.recoveryservicesbackup.models.AzureSqlProtectionPolicy

public final class AzureSqlProtectionPolicy extends ProtectionPolicy
Azure SQL workload-specific backup policy.
  • Constructor Details

    • AzureSqlProtectionPolicy

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

    • retentionPolicy

      public RetentionPolicy retentionPolicy()
      Get the retentionPolicy property: Retention policy details.
      Returns:
      the retentionPolicy value.
    • withRetentionPolicy

      public AzureSqlProtectionPolicy withRetentionPolicy(RetentionPolicy retentionPolicy)
      Set the retentionPolicy property: Retention policy details.
      Parameters:
      retentionPolicy - the retentionPolicy value to set.
      Returns:
      the AzureSqlProtectionPolicy object itself.
    • withProtectedItemsCount

      public AzureSqlProtectionPolicy withProtectedItemsCount(Integer protectedItemsCount)
      Set the protectedItemsCount property: Number of items associated with this policy.
      Overrides:
      withProtectedItemsCount in class ProtectionPolicy
      Parameters:
      protectedItemsCount - the protectedItemsCount value to set.
      Returns:
      the ProtectionPolicy object itself.
    • withResourceGuardOperationRequests

      public AzureSqlProtectionPolicy withResourceGuardOperationRequests(List<String> resourceGuardOperationRequests)
      Set the resourceGuardOperationRequests property: ResourceGuard Operation Requests.
      Overrides:
      withResourceGuardOperationRequests in class ProtectionPolicy
      Parameters:
      resourceGuardOperationRequests - the resourceGuardOperationRequests value to set.
      Returns:
      the ProtectionPolicy object itself.
    • validate

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