Class GeoBackupPolicyProperties

java.lang.Object
com.azure.resourcemanager.synapse.fluent.models.GeoBackupPolicyProperties

public final class GeoBackupPolicyProperties extends Object
The properties of the geo backup policy.
  • Constructor Details

    • GeoBackupPolicyProperties

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

    • state

      public GeoBackupPolicyState state()
      Get the state property: The state of the geo backup policy.
      Returns:
      the state value.
    • withState

      Set the state property: The state of the geo backup policy.
      Parameters:
      state - the state value to set.
      Returns:
      the GeoBackupPolicyProperties object itself.
    • storageType

      public String storageType()
      Get the storageType property: The storage type of the geo backup policy.
      Returns:
      the storageType value.
    • validate

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