DataLakeGen2ACLRecursiveBaseCmdlet.Acl 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 POSIX access control list to set recursively for the file or directory.", Mandatory=true)]
[System.Management.Automation.ValidateNotNullOrEmpty]
public Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[] Acl { get; set; }
[<System.Management.Automation.Parameter(HelpMessage="The POSIX access control list to set recursively for the file or directory.", Mandatory=true)>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.Acl : Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[] with get, set
Public Property Acl As PSPathAccessControlEntry()
Property Value
- Attributes