Compartir a través de


IDeleteRetentionPolicy.Day Property

Definition

Indicates the number of days that the deleted blob should be retained. The minimum specified value can be 1 and the maximum value can be 365.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Indicates the number of days that the deleted blob should be retained. The minimum specified value can be 1 and the maximum value can be 365.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=false, SerializedName="days")]
public int? Day { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Indicates the number of days that the deleted blob should be retained. The minimum specified value can be 1 and the maximum value can be 365.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=false, SerializedName="days")>]
member this.Day : Nullable<int> with get, set
Public Property Day As Nullable(Of Integer)

Property Value

Attributes

Applies to