Class ImmutabilityPolicyInner


  • public final class ImmutabilityPolicyInner
    extends AzureEntityResource
    The ImmutabilityPolicy property of a blob container, including Id, resource name, resource type, Etag.
    • Constructor Detail

      • ImmutabilityPolicyInner

        public ImmutabilityPolicyInner()
    • Method Detail

      • immutabilityPeriodSinceCreationInDays

        public Integer immutabilityPeriodSinceCreationInDays()
        Get the immutabilityPeriodSinceCreationInDays property: The immutability period for the blobs in the container since the policy creation, in days.
        Returns:
        the immutabilityPeriodSinceCreationInDays value.
      • withImmutabilityPeriodSinceCreationInDays

        public ImmutabilityPolicyInner withImmutabilityPeriodSinceCreationInDays​(Integer immutabilityPeriodSinceCreationInDays)
        Set the immutabilityPeriodSinceCreationInDays property: The immutability period for the blobs in the container since the policy creation, in days.
        Parameters:
        immutabilityPeriodSinceCreationInDays - the immutabilityPeriodSinceCreationInDays value to set.
        Returns:
        the ImmutabilityPolicyInner object itself.
      • state

        public ImmutabilityPolicyState state()
        Get the state property: The ImmutabilityPolicy state of a blob container, possible values include: Locked and Unlocked.
        Returns:
        the state value.
      • allowProtectedAppendWrites

        public Boolean allowProtectedAppendWrites()
        Get the allowProtectedAppendWrites property: This property can only be changed for unlocked time-based retention policies. When enabled, new blocks can be written to an append blob while maintaining immutability protection and compliance. Only new blocks can be added and any existing blocks cannot be modified or deleted. This property cannot be changed with ExtendImmutabilityPolicy API.
        Returns:
        the allowProtectedAppendWrites value.
      • withAllowProtectedAppendWrites

        public ImmutabilityPolicyInner withAllowProtectedAppendWrites​(Boolean allowProtectedAppendWrites)
        Set the allowProtectedAppendWrites property: This property can only be changed for unlocked time-based retention policies. When enabled, new blocks can be written to an append blob while maintaining immutability protection and compliance. Only new blocks can be added and any existing blocks cannot be modified or deleted. This property cannot be changed with ExtendImmutabilityPolicy API.
        Parameters:
        allowProtectedAppendWrites - the allowProtectedAppendWrites value to set.
        Returns:
        the ImmutabilityPolicyInner object itself.