共用方式為


Get-AzIotHubEventHubConsumerGroup

取得所有 eventhub 取用者群組。

語法

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

Description

取得 IotHub 所使用之不同 EventHub 的所有 eventhub 取用者群組。

範例

範例 1 取得遙測 eventhub 的所有 eventhub 取用者群組

Get-AzIotHubEventHubConsumerGroup -ResourceGroupName "myresourcegroup" -Name "myiothub"

取得名為 myiothub 之 iothub 遙測事件hub 的所有 eventhub 取用者群組

參數

-DefaultProfile

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

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

-Name

IotHub 的名稱

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

-ResourceGroupName

資源群組名稱

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

輸入

String

輸出

PSEventHubConsumerGroupInfo