Share via


IotHubDescriptionResource.GetQuotaMetrics(CancellationToken) Method

Definition

Get the quota metrics for an IoT hub.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/IotHubs/{resourceName}/quotaMetrics
  • Operation Id: IotHubResource_GetQuotaMetrics
public virtual Azure.Pageable<Azure.ResourceManager.IotHub.Models.IotHubQuotaMetricInfo> GetQuotaMetrics (System.Threading.CancellationToken cancellationToken = default);
abstract member GetQuotaMetrics : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.IotHub.Models.IotHubQuotaMetricInfo>
override this.GetQuotaMetrics : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.IotHub.Models.IotHubQuotaMetricInfo>
Public Overridable Function GetQuotaMetrics (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of IotHubQuotaMetricInfo)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

A collection of IotHubQuotaMetricInfo that may take multiple service requests to iterate over.

Applies to