Freigeben über


IotHubCertificateDescriptionCollection.GetAll(CancellationToken) Methode

Definition

Gibt die Liste der Zertifikate zurück.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/IotHubs/{resourceName}/certificates
  • Vorgang 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)

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine Sammlung von, bei der IotHubCertificateDescriptionResource möglicherweise mehrere Dienstanforderungen zum Durchlaufen verwendet werden.

Gilt für: