共用方式為


Get-AzIotHubRegistryStatistic

取得 IotHub 的 RegistryStatistics。

語法

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

Description

取得 IotHub 的 RegistryStatistics。 這會提供 IotHub 中總計、啟用和停用裝置數目的相關信息。

範例

範例 1 取得 RegistryStatistics

Get-AzIotHubRegistryStatistic -ResourceGroupName "myresourcegroup" -Name "myiothub"

取得名為 「myiothub」 之 IotHub 的 RegistryStatistics

參數

-DefaultProfile

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

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

-Name

IoT 中樞的名稱。

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

-ResourceGroupName

資源群組名稱

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

輸入

String

輸出

PSIotHubRegistryStatistics