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

ManagementPolicyVersion Constructors

Definition

Overloads

ManagementPolicyVersion()

Initializes a new instance of the ManagementPolicyVersion class.

ManagementPolicyVersion(DateAfterCreation, DateAfterCreation, DateAfterCreation)

Initializes a new instance of the ManagementPolicyVersion class.

ManagementPolicyVersion()

Initializes a new instance of the ManagementPolicyVersion class.

public ManagementPolicyVersion ();
Public Sub New ()

Applies to

ManagementPolicyVersion(DateAfterCreation, DateAfterCreation, DateAfterCreation)

Initializes a new instance of the ManagementPolicyVersion class.

public ManagementPolicyVersion (Microsoft.Azure.PowerShell.Cmdlets.Compute.Helpers.Storage.Models.DateAfterCreation tierToCool = default, Microsoft.Azure.PowerShell.Cmdlets.Compute.Helpers.Storage.Models.DateAfterCreation tierToArchive = default, Microsoft.Azure.PowerShell.Cmdlets.Compute.Helpers.Storage.Models.DateAfterCreation delete = default);
new Microsoft.Azure.PowerShell.Cmdlets.Compute.Helpers.Storage.Models.ManagementPolicyVersion : Microsoft.Azure.PowerShell.Cmdlets.Compute.Helpers.Storage.Models.DateAfterCreation * Microsoft.Azure.PowerShell.Cmdlets.Compute.Helpers.Storage.Models.DateAfterCreation * Microsoft.Azure.PowerShell.Cmdlets.Compute.Helpers.Storage.Models.DateAfterCreation -> Microsoft.Azure.PowerShell.Cmdlets.Compute.Helpers.Storage.Models.ManagementPolicyVersion
Public Sub New (Optional tierToCool As DateAfterCreation = Nothing, Optional tierToArchive As DateAfterCreation = Nothing, Optional delete As DateAfterCreation = Nothing)

Parameters

tierToCool
DateAfterCreation

The function to tier blob version to cool storage. Support blob version currently at Hot tier

tierToArchive
DateAfterCreation

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

delete
DateAfterCreation

The function to delete the blob version

Applies to