SetAzureDataLakeStoreItemPermission.Path 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.
[System.Management.Automation.Parameter(HelpMessage="The path in the specified Data Lake account that should have its permissions set. Can be a file or folder In the format '/folder/file.txt', where the first '/' after the DNS indicates the root of the file system.", Mandatory=true, Position=1, ValueFromPipelineByPropertyName=true)]
[System.Management.Automation.ValidateNotNull]
public Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance Path { get; set; }
[<System.Management.Automation.Parameter(HelpMessage="The path in the specified Data Lake account that should have its permissions set. Can be a file or folder In the format '/folder/file.txt', where the first '/' after the DNS indicates the root of the file system.", Mandatory=true, Position=1, ValueFromPipelineByPropertyName=true)>]
[<System.Management.Automation.ValidateNotNull>]
member this.Path : Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance with get, set
Public Property Path As DataLakeStorePathInstance
Property Value
- Attributes