INfsAccessRule.Suid 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.
Allow SUID semantics.
[Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Runtime.Info(Description="Allow SUID semantics.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="suid")]
public bool? Suid { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Runtime.Info(Description="Allow SUID semantics.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="suid")>]
member this.Suid : Nullable<bool> with get, set
Public Property Suid As Nullable(Of Boolean)
Property Value
- Attributes