Freigeben über


AppServiceCertificateOrdersOperationsExtensions.ListCertificatesAsync Methode

Definition

Listet alle Zertifikate auf, die einer Zertifikatreihenfolge zugeordnet sind.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.AppServiceCertificateResource>> ListCertificatesAsync (this Microsoft.Azure.Management.WebSites.IAppServiceCertificateOrdersOperations operations, string resourceGroupName, string certificateOrderName, System.Threading.CancellationToken cancellationToken = default);
static member ListCertificatesAsync : Microsoft.Azure.Management.WebSites.IAppServiceCertificateOrdersOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.AppServiceCertificateResource>>
<Extension()>
Public Function ListCertificatesAsync (operations As IAppServiceCertificateOrdersOperations, resourceGroupName As String, certificateOrderName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of AppServiceCertificateResource))

Parameter

operations
IAppServiceCertificateOrdersOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Name der Ressourcengruppe, zu der die Ressource gehört.

certificateOrderName
String

Name der Zertifikatreihenfolge.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Hinweise

Beschreibung für Auflisten aller Zertifikate, die einer Zertifikatreihenfolge zugeordnet sind.

Gilt für: