Share via


INfsAccessRule.SubmountAccess Property

Definition

For the default policy, allow access to subdirectories under the root export. If this is set to no, clients can only mount the path '/'. If set to yes, clients can mount a deeper path, like '/a/b'.

[Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Runtime.Info(Description="For the default policy, allow access to subdirectories under the root export. If this is set to no, clients can only mount the path '/'. If set to yes, clients can mount a deeper path, like '/a/b'.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="submountAccess")]
public bool? SubmountAccess { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Runtime.Info(Description="For the default policy, allow access to subdirectories under the root export. If this is set to no, clients can only mount the path '/'. If set to yes, clients can mount a deeper path, like '/a/b'.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="submountAccess")>]
member this.SubmountAccess : Nullable<bool> with get, set
Public Property SubmountAccess As Nullable(Of Boolean)

Property Value

Attributes

Applies to