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

ManagementPolicySchema Constructors

Definition

Overloads

ManagementPolicySchema()

Initializes a new instance of the ManagementPolicySchema class.

ManagementPolicySchema(IList<ManagementPolicyRule>)

Initializes a new instance of the ManagementPolicySchema class.

ManagementPolicySchema()

Initializes a new instance of the ManagementPolicySchema class.

public ManagementPolicySchema ();
Public Sub New ()

Applies to

ManagementPolicySchema(IList<ManagementPolicyRule>)

Initializes a new instance of the ManagementPolicySchema class.

public ManagementPolicySchema (System.Collections.Generic.IList<Microsoft.Azure.PowerShell.Cmdlets.Compute.Helpers.Storage.Models.ManagementPolicyRule> rules);
new Microsoft.Azure.PowerShell.Cmdlets.Compute.Helpers.Storage.Models.ManagementPolicySchema : System.Collections.Generic.IList<Microsoft.Azure.PowerShell.Cmdlets.Compute.Helpers.Storage.Models.ManagementPolicyRule> -> Microsoft.Azure.PowerShell.Cmdlets.Compute.Helpers.Storage.Models.ManagementPolicySchema
Public Sub New (rules As IList(Of ManagementPolicyRule))

Parameters

rules
IList<ManagementPolicyRule>

The Storage Account ManagementPolicies Rules. See more details in: https://learn.microsoft.com/en-us/azure/storage/common/storage-lifecycle-managment-concepts.

Applies to