INfsAccessPolicy.AccessRule Property
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.
The set of rules describing client accesses allowed under this policy.
[Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Runtime.Info(Description="The set of rules describing client accesses allowed under this policy.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.INfsAccessRule) }, ReadOnly=false, Required=true, SerializedName="accessRules")]
public Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.INfsAccessRule[] AccessRule { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Runtime.Info(Description="The set of rules describing client accesses allowed under this policy.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.INfsAccessRule) }, ReadOnly=false, Required=true, SerializedName="accessRules")>]
member this.AccessRule : Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.INfsAccessRule[] with get, set
Public Property AccessRule As INfsAccessRule()
Property Value
- Attributes