MockableIotHubSubscriptionResource.GetIotHubUserSubscriptionQuotaAsync Method

Definition

Get the number of free and paid iot hubs in the subscription

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Devices/usages
  • Operation Id: ResourceProviderCommon_GetSubscriptionQuota
public virtual Azure.AsyncPageable<Azure.ResourceManager.IotHub.Models.IotHubUserSubscriptionQuota> GetIotHubUserSubscriptionQuotaAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetIotHubUserSubscriptionQuotaAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.IotHub.Models.IotHubUserSubscriptionQuota>
override this.GetIotHubUserSubscriptionQuotaAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.IotHub.Models.IotHubUserSubscriptionQuota>
Public Overridable Function GetIotHubUserSubscriptionQuotaAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of IotHubUserSubscriptionQuota)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to