Get-AzIotHubKey
取得 IotHub 金鑰。
語法
Get-AzIotHubKey
[-ResourceGroupName] <String>
[-Name] <String>
[[-KeyName] <String>]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Get-AzIotHubKey
[-HubId] <String>
[[-KeyName] <String>]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Description
取得 IotHub 金鑰。 您可以列出所有金鑰,或依特定金鑰名稱篩選清單。
範例
範例 1 取得所有金鑰
Get-AzIotHubKey -ResourceGroupName "myresourcegroup" -Name "myiothub"
取得名為 「myiothub」 之 IotHub 的所有索引鍵
範例 2 取得特定金鑰的資訊
Get-AzIotHubKey -ResourceGroupName "myresourcegroup" -Name "myiothub" -KeyName "iothubowner"
取得名為 「myiothub」 之 IotHub 的索引鍵 「iothubowner」 的資訊
參數
-DefaultProfile
用於與 azure 通訊的認證、帳戶、租用戶和訂用帳戶
類型: | IAzureContextContainer |
別名: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-HubId
IotHub 資源標識碼
類型: | String |
Position: | 0 |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |
-KeyName
金鑰的名稱
類型: | String |
Position: | 1 |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-Name
IoT 中樞的名稱。
類型: | String |
Position: | 1 |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |
-ResourceGroupName
資源群組名稱
類型: | String |
Position: | 0 |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |