SetAzureDataLakeStoreItemPermission.Path Property

Definition

[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

DataLakeStorePathInstance
Attributes

Applies to