Share via


ManagementPolicySchema.Rules Property

Definition

Gets or sets the Storage Account ManagementPolicies Rules. See more details in: https://docs.microsoft.com/en-us/azure/storage/common/storage-lifecycle-managment-concepts.

[Newtonsoft.Json.JsonProperty(PropertyName="rules")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Storage.Fluent.Models.ManagementPolicyRule> Rules { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="rules")>]
member this.Rules : System.Collections.Generic.IList<Microsoft.Azure.Management.Storage.Fluent.Models.ManagementPolicyRule> with get, set
Public Property Rules As IList(Of ManagementPolicyRule)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to