你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ManagementPolicyBaseBlob Constructors

Definition

Overloads

ManagementPolicyBaseBlob()

Initializes a new instance of the ManagementPolicyBaseBlob class.

ManagementPolicyBaseBlob(DateAfterModification, DateAfterModification, DateAfterModification, Nullable<Boolean>)

Initializes a new instance of the ManagementPolicyBaseBlob class.

ManagementPolicyBaseBlob()

Initializes a new instance of the ManagementPolicyBaseBlob class.

public ManagementPolicyBaseBlob ();
Public Sub New ()

Applies to

ManagementPolicyBaseBlob(DateAfterModification, DateAfterModification, DateAfterModification, Nullable<Boolean>)

Initializes a new instance of the ManagementPolicyBaseBlob class.

public ManagementPolicyBaseBlob (Microsoft.Azure.PowerShell.Cmdlets.Compute.Helpers.Storage.Models.DateAfterModification tierToCool = default, Microsoft.Azure.PowerShell.Cmdlets.Compute.Helpers.Storage.Models.DateAfterModification tierToArchive = default, Microsoft.Azure.PowerShell.Cmdlets.Compute.Helpers.Storage.Models.DateAfterModification delete = default, bool? enableAutoTierToHotFromCool = default);
new Microsoft.Azure.PowerShell.Cmdlets.Compute.Helpers.Storage.Models.ManagementPolicyBaseBlob : Microsoft.Azure.PowerShell.Cmdlets.Compute.Helpers.Storage.Models.DateAfterModification * Microsoft.Azure.PowerShell.Cmdlets.Compute.Helpers.Storage.Models.DateAfterModification * Microsoft.Azure.PowerShell.Cmdlets.Compute.Helpers.Storage.Models.DateAfterModification * Nullable<bool> -> Microsoft.Azure.PowerShell.Cmdlets.Compute.Helpers.Storage.Models.ManagementPolicyBaseBlob
Public Sub New (Optional tierToCool As DateAfterModification = Nothing, Optional tierToArchive As DateAfterModification = Nothing, Optional delete As DateAfterModification = Nothing, Optional enableAutoTierToHotFromCool As Nullable(Of Boolean) = Nothing)

Parameters

tierToCool
DateAfterModification

The function to tier blobs to cool storage. Support blobs currently at Hot tier

tierToArchive
DateAfterModification

The function to tier blobs to archive storage. Support blobs currently at Hot or Cool tier

delete
DateAfterModification

The function to delete the blob

enableAutoTierToHotFromCool
Nullable<Boolean>

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

Applies to