Share via


ILocalUser.IsNfSv3Enabled Property

Definition

Indicates if the local user is enabled for access with NFSv3 protocol.

[Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=true, Description="Indicates if the local user is enabled for access with NFSv3 protocol.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="isNFSv3Enabled", Update=true)]
public bool? IsNfSv3Enabled { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=true, Description="Indicates if the local user is enabled for access with NFSv3 protocol.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="isNFSv3Enabled", Update=true)>]
member this.IsNfSv3Enabled : Nullable<bool> with get, set
Public Property IsNfSv3Enabled As Nullable(Of Boolean)

Property Value

Attributes

Applies to