다음을 통해 공유


AccountImmutabilityPolicyProperties.ImmutabilityPeriodSinceCreationInDays Property

Definition

Gets or sets the immutability period for the blobs in the container since the policy creation, in days.

[Newtonsoft.Json.JsonProperty(PropertyName="immutabilityPeriodSinceCreationInDays")]
public int? ImmutabilityPeriodSinceCreationInDays { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="immutabilityPeriodSinceCreationInDays")>]
member this.ImmutabilityPeriodSinceCreationInDays : Nullable<int> with get, set
Public Property ImmutabilityPeriodSinceCreationInDays As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to