Partilhar via


IotHubDescriptionCollection.GetAll(CancellationToken) Método

Definição

Obtenha todos os hubs IoT em um grupo de recursos.

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

Parâmetros

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

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

Aplica-se a