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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to