IotHubDescriptionResource.GetQuotaMetricsAsync(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.AsyncPageable<Azure.ResourceManager.IotHub.Models.IotHubQuotaMetricInfo> GetQuotaMetricsAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetQuotaMetricsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.IotHub.Models.IotHubQuotaMetricInfo>
override this.GetQuotaMetricsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.IotHub.Models.IotHubQuotaMetricInfo>
Public Overridable Function GetQuotaMetricsAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of IotHubQuotaMetricInfo)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to