Class GeoBackupPolicyInner

java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.synapse.fluent.models.GeoBackupPolicyInner

public final class GeoBackupPolicyInner extends com.azure.core.management.ProxyResource
A database geo backup policy.
  • Constructor Details

    • GeoBackupPolicyInner

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

    • kind

      public String kind()
      Get the kind property: Kind of geo backup policy. This is metadata used for the Azure portal experience.
      Returns:
      the kind value.
    • location

      public String location()
      Get the location property: Backup policy location.
      Returns:
      the location value.
    • state

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

      public GeoBackupPolicyInner withState(GeoBackupPolicyState state)
      Set the state property: The state of the geo backup policy.
      Parameters:
      state - the state value to set.
      Returns:
      the GeoBackupPolicyInner 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.