共用方式為


Get-AzIotHub

取得訂用帳戶中 IotHubs 的相關信息。

語法

Get-AzIotHub
   [[-ResourceGroupName] <String>]
   [-DefaultProfile <IAzureContextContainer>]
   [<CommonParameters>]
Get-AzIotHub
   [-ResourceGroupName] <String>
   [-Name] <String>
   [-DefaultProfile <IAzureContextContainer>]
   [<CommonParameters>]

Description

取得訂用帳戶中 IotHubs 的相關信息。 您可以檢視訂用帳戶中的所有 IotHub 實例,或依資源群組或特定 IotHub 名稱篩選結果。

範例

範例 1

Get-AzIotHub

取得訂用帳戶中的所有IotHubs。

範例 2

Get-AzIotHub -ResourceGroupName "myresourcegroup"

取得屬於名為 「myresourcegroup」 之資源群組之訂用帳戶中的所有 IotHubs。

範例 3

Get-AzIotHub -ResourceGroupName "myresourcegroup" -Name "myiothub"

取得名為 「myiothub」 之 IotHub 的相關信息。

參數

-DefaultProfile

用於與 azure 通訊的認證、帳戶、租用戶和訂用帳戶

類型:IAzureContextContainer
別名:AzContext, AzureRmContext, AzureCredential
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-Name

IotHub 的名稱

類型:String
Position:1
預設值:None
必要:True
接受管線輸入:True
接受萬用字元:False

-ResourceGroupName

ResourceGroup 的名稱

類型:String
Position:0
預設值:None
必要:True
接受管線輸入:True
接受萬用字元:False

輸入

String

輸出

PSIotHub