Share via


NfsAccessPolicy.AccessRules Property

Definition

Gets or sets the set of rules describing client accesses allowed under this policy.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to