IManagementPolicySnapShot.TierToColdDaysAfterCreationGreaterThan Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Value indicating the age in days after creation
[Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=true, Description="Value indicating the age in days after creation", PossibleTypes=new System.Type[] { typeof(System.Single) }, Read=true, ReadOnly=false, Required=false, SerializedName="daysAfterCreationGreaterThan", Update=true)]
public float? TierToColdDaysAfterCreationGreaterThan { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=true, Description="Value indicating the age in days after creation", PossibleTypes=new System.Type[] { typeof(System.Single) }, Read=true, ReadOnly=false, Required=false, SerializedName="daysAfterCreationGreaterThan", Update=true)>]
member this.TierToColdDaysAfterCreationGreaterThan : Nullable<single> with get, set
Public Property TierToColdDaysAfterCreationGreaterThan As Nullable(Of Single)
Property Value
- Attributes