IManagementPolicyBaseBlob.EnableAutoTierToHotFromCool Property

Definition

This property enables auto tiering of a blob from cool to hot on a blob access. This property requires tierToCool.daysAfterLastAccessTimeGreaterThan.

[Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=true, Description="This property enables auto tiering of a blob from cool to hot on a blob access. This property requires tierToCool.daysAfterLastAccessTimeGreaterThan.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="enableAutoTierToHotFromCool", Update=true)]
public bool? EnableAutoTierToHotFromCool { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=true, Description="This property enables auto tiering of a blob from cool to hot on a blob access. This property requires tierToCool.daysAfterLastAccessTimeGreaterThan.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="enableAutoTierToHotFromCool", Update=true)>]
member this.EnableAutoTierToHotFromCool : Nullable<bool> with get, set
Public Property EnableAutoTierToHotFromCool As Nullable(Of Boolean)

Property Value

Attributes

Applies to