Compartilhar via


IotHubCertificateDescriptionCollection.GetAll(CancellationToken) Método

Definição

Retorna a lista de certificados.

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

Parâmetros

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

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

Aplica-se a