你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IotHubDescriptionResource.GetValidSkusAsync(CancellationToken) Method

Definition

Get the list of valid SKUs for an IoT hub.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/IotHubs/{resourceName}/skus
  • Operation Id: IotHubResource_GetValidSkus
  • Default Api Version: 2023-06-30
  • Resource: IotHubDescriptionResource
public virtual Azure.AsyncPageable<Azure.ResourceManager.IotHub.Models.IotHubSkuDescription> GetValidSkusAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetValidSkusAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.IotHub.Models.IotHubSkuDescription>
override this.GetValidSkusAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.IotHub.Models.IotHubSkuDescription>
Public Overridable Function GetValidSkusAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of IotHubSkuDescription)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to