Get-AzDataLakeStoreChildItem
取得 Data Lake Store 資料夾中的項目清單。
語法
Get-AzDataLakeStoreChildItem
[-Account] <String>
[-Path] <DataLakeStorePathInstance>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Description
Get-AzDataLakeStoreChildItem Cmdlet 會取得 Data Lake Store 資料夾中的項目清單。
範例
範例 1:取得資料夾的子專案
Get-AzDataLakeStoreChildItem -AccountName "ContosoADL" -Path "/MyFiles/"
此命令會取得 MyFiles 資料夾的子專案。
參數
-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
指定資料夾的 Data Lake Store 路徑,從根目錄 (/) 開始。
類型: | DataLakeStorePathInstance |
Position: | 1 |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |