Compartilhar via


IotHubDescriptionResource.GetValidSkus(CancellationToken) Método

Definição

Obtenha a lista de SKUs válidas para um hub IoT.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/IotHubs/{resourceName}/skus
  • Operação IdIotHubResource_GetValidSkus
public virtual Azure.Pageable<Azure.ResourceManager.IotHub.Models.IotHubSkuDescription> GetValidSkus (System.Threading.CancellationToken cancellationToken = default);
abstract member GetValidSkus : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.IotHub.Models.IotHubSkuDescription>
override this.GetValidSkus : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.IotHub.Models.IotHubSkuDescription>
Public Overridable Function GetValidSkus (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of IotHubSkuDescription)

Parâmetros

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Uma coleção de IotHubSkuDescription que pode levar várias solicitações de serviço para iterar.

Aplica-se a