Share via


GatewayCertificateAuthorityOperationsExtensions.ListByServiceNextAsync Method

Definition

Lists the collection of Certificate Authorities for the specified Gateway entity.

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))

Parameters

operations
IGatewayCertificateAuthorityOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to