Sdílet prostřednictvím


AppServiceCertificateOrdersOperationsExtensions.ListCertificatesNextAsync Metoda

Definice

Vypíše všechny certifikáty přidružené k objednávce certifikátů.

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

Parametry

operations
IAppServiceCertificateOrdersOperations

Skupina operací pro tuto rozšiřující metodu.

nextPageLink
String

The NextLink from the previous successful call to List operation.

cancellationToken
CancellationToken

Token zrušení.

Návraty

Poznámky

Popis pro Výpis všech certifikátů přidružených k objednávce certifikátů.

Platí pro