Share via


NfsAccessRule.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.Origin(Microsoft.Azure.PowerShell.Cmdlets.StorageCache.PropertyOrigin.Owned)]
public bool? SubmountAccess { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Origin(Microsoft.Azure.PowerShell.Cmdlets.StorageCache.PropertyOrigin.Owned)>]
member this.SubmountAccess : Nullable<bool> with get, set
Public Property SubmountAccess As Nullable(Of Boolean)

Property Value

Implements

Attributes

Applies to