ManagementPolicySchema Constructors
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.
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.Management.Storage.Models.ManagementPolicyRule> rules);
new Microsoft.Azure.Management.Storage.Models.ManagementPolicySchema : System.Collections.Generic.IList<Microsoft.Azure.Management.Storage.Models.ManagementPolicyRule> -> Microsoft.Azure.Management.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://docs.microsoft.com/en-us/azure/storage/common/storage-lifecycle-managment-concepts.
Applies to
Azure SDK for .NET