Get-AzDataLakeStoreItemAclEntry
取得 Data Lake Store 中檔案或資料夾 ACL 中的專案。
語法
Get-AzDataLakeStoreItemAclEntry
[-Account] <String>
[-Path] <DataLakeStorePathInstance>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Description
Get-AzDataLakeStoreItemAclEntry Cmdlet 會取得 Data Lake Store 中檔案或資料夾的訪問控制清單 (ACL) 專案 (ACE)。
範例
範例 1:取得資料夾的 ACL
Get-AzDataLakeStoreItemAclEntry -AccountName 'ContosoADL' -Path '/'
此命令會取得指定 Data Lake Store 帳戶根目錄的 ACL
參數
-Account
指定 Data Lake Store 帳戶的名稱。
類型: | String |
別名: | AccountName |
Position: | 0 |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |
-DefaultProfile
用於與 azure 通訊的認證、帳戶、租用戶和訂用帳戶。
類型: | IAzureContextContainer |
別名: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-Path
指定此 Cmdlet 從根目錄 (/) 開始取得 ACE 之專案的 Data Lake Store 路徑。
類型: | DataLakeStorePathInstance |
Position: | 1 |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |