Freigeben über


GatewayCertificateAuthorityOperationsExtensions.ListByServiceNextAsync Methode

Definition

Listet die Auflistung der Zertifizierungsstellen für die angegebene Gatewayentität auf.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApiManagement.Models.GatewayCertificateAuthorityContract>> ListByServiceNextAsync (this Microsoft.Azure.Management.ApiManagement.IGatewayCertificateAuthorityOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListByServiceNextAsync : Microsoft.Azure.Management.ApiManagement.IGatewayCertificateAuthorityOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApiManagement.Models.GatewayCertificateAuthorityContract>>
<Extension()>
Public Function ListByServiceNextAsync (operations As IGatewayCertificateAuthorityOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of GatewayCertificateAuthorityContract))

Parameter

operations
IGatewayCertificateAuthorityOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextPageLink
String

NextLink aus dem vorherigen erfolgreichen Aufruf von List-Vorgang.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: