WebAppsOperationsExtensions.ListPublicCertificatesSlotNextAsync(IWebAppsOperations, String, CancellationToken) Method
Definition
public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppService.Fluent.Models.PublicCertificateInner>> ListPublicCertificatesSlotNextAsync (this Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = null);
static member ListPublicCertificatesSlotNextAsync : Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppService.Fluent.Models.PublicCertificateInner>>
Parameters
Returns
- Task<Microsoft.Rest.Azure.IPage<PublicCertificateInner>>
Applies to