NewAzureRmNetAppFilesVolume.SecurityStyle 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.
[Microsoft.Azure.Commands.ResourceManager.Common.ArgumentCompleters.PSArgumentCompleter(new System.String[] { "ntfs", "unix" })]
[System.Management.Automation.Parameter(HelpMessage="The security style of volume. Possible values include: 'ntfs', 'unix'", Mandatory=false)]
public string SecurityStyle { get; set; }
[<Microsoft.Azure.Commands.ResourceManager.Common.ArgumentCompleters.PSArgumentCompleter(new System.String[] { "ntfs", "unix" })>]
[<System.Management.Automation.Parameter(HelpMessage="The security style of volume. Possible values include: 'ntfs', 'unix'", Mandatory=false)>]
member this.SecurityStyle : string with get, set
Public Property SecurityStyle As String
Property Value
- Attributes