Partager via


IotHubDescriptionResource.GetValidSkusAsync(CancellationToken) Méthode

Définition

Obtenez la liste des références SKU valides pour un hub IoT.

  • Chemin de la requête/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/IotHubs/{resourceName}/skus
  • IdIotHubResource_GetValidSkus d’opération
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)

Paramètres

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Collection asynchrone de qui peut nécessiter plusieurs demandes de IotHubSkuDescription service pour itérer.

S’applique à