Compartilhar via


IImmutabilityPolicyProperty Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ImmutabilityPolicyPropertyTypeConverter))]
public interface IImmutabilityPolicyProperty : Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ImmutabilityPolicyPropertyTypeConverter))>]
type IImmutabilityPolicyProperty = interface
    interface IJsonSerializable
Public Interface IImmutabilityPolicyProperty
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Name Description
ImmutabilityPeriodSinceCreationInDay

The immutability period for the blobs in the container since the policy creation, in days.

State

The ImmutabilityPolicy state of a blob container, possible values include: Locked and Unlocked.

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to