Freigeben über


IDeleteRetentionPolicy.Day Property

Definition

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

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

Property Value

Attributes

Applies to