Class CreateSqlPoolRestorePointDefinition

java.lang.Object
com.azure.resourcemanager.synapse.models.CreateSqlPoolRestorePointDefinition

public final class CreateSqlPoolRestorePointDefinition extends Object
Contains the information necessary to perform a create Sql pool restore point operation.
  • Constructor Details

    • CreateSqlPoolRestorePointDefinition

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

    • restorePointLabel

      public String restorePointLabel()
      Get the restorePointLabel property: The restore point label to apply.
      Returns:
      the restorePointLabel value.
    • withRestorePointLabel

      public CreateSqlPoolRestorePointDefinition withRestorePointLabel(String restorePointLabel)
      Set the restorePointLabel property: The restore point label to apply.
      Parameters:
      restorePointLabel - the restorePointLabel value to set.
      Returns:
      the CreateSqlPoolRestorePointDefinition object itself.
    • validate

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