Share via


CertificatesOperationsExtensions.ListByIotHubAsync Methode

Definition

Rufen Sie die Zertifikatliste ab.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.IotHub.Models.CertificateListDescription> ListByIotHubAsync (this Microsoft.Azure.Management.IotHub.ICertificatesOperations operations, string resourceGroupName, string resourceName, System.Threading.CancellationToken cancellationToken = default);
static member ListByIotHubAsync : Microsoft.Azure.Management.IotHub.ICertificatesOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.IotHub.Models.CertificateListDescription>
<Extension()>
Public Function ListByIotHubAsync (operations As ICertificatesOperations, resourceGroupName As String, resourceName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of CertificateListDescription)

Parameter

operations
ICertificatesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe, die den IoT Hub enthält.

resourceName
String

Der Name des IoT-Hubs.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Hinweise

Gibt die Liste der Zertifikate zurück.

Gilt für: