Get-AzIotHubQuotaMetric
Gets the Quota Metrics for an IotHub.
Syntax
Get-AzIotHubQuotaMetric
[-ResourceGroupName] <String>
[-Name] <String>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Description
Gets the Quota Metrics for an IotHub.
Examples
Example 1 Get the Quota Metrics
Get-AzIotHubQuotaMetric -ResourceGroupName "myresourcegroup" -Name "myiothub"
Gets the Quota Metric information for the IotHub named "myiothub"
Parameters
-DefaultProfile
The credentials, account, tenant, and subscription used for communication with azure
Type: | IAzureContextContainer |
Aliases: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Name
Name of the IoT hub.
Type: | String |
Position: | 1 |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-ResourceGroupName
Resource Group Name
Type: | String |
Position: | 0 |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |