Get-AzDataLakeStoreAccount
取得 Data Lake Store 帳戶的詳細數據。
語法
Get-AzDataLakeStoreAccount
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Get-AzDataLakeStoreAccount
[-ResourceGroupName] <String>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Get-AzDataLakeStoreAccount
[[-ResourceGroupName] <String>]
[-Name] <String>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Description
Get-AzDataLakeStoreAccount Cmdlet 會取得 Data Lake Store 帳戶的詳細數據。
範例
範例 1:取得 Data Lake Store 帳戶
Get-AzDataLakeStoreAccount -Name "ContosoADL"
此命令會取得名為 ContosoADL 的帳戶。
參數
-DefaultProfile
用於與 azure 通訊的認證、帳戶、租用戶和訂用帳戶
類型: | IAzureContextContainer |
別名: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-Name
指定要取得的帳戶名稱。
類型: | String |
Position: | 0 |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |
-ResourceGroupName
指定要取得之 Data Lake Store 帳戶的資源群組名稱。
類型: | String |
Position: | 0 |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |