Class GeoBackupPolicyInner


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

      • GeoBackupPolicyInner

        public GeoBackupPolicyInner()
    • Method Detail

      • 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.