CertificatesOperationsExtensions.ListAsync(ICertificatesOperations, CancellationToken) Method
Definition
Get all certificates for a subscription.
public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppService.Fluent.Models.CertificateInner>> ListAsync (this Microsoft.Azure.Management.AppService.Fluent.ICertificatesOperations operations, System.Threading.CancellationToken cancellationToken = null);
static member ListAsync : Microsoft.Azure.Management.AppService.Fluent.ICertificatesOperations * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppService.Fluent.Models.CertificateInner>>
Parameters
- operations
- ICertificatesOperations
The operations group for this extension method.
- cancellationToken
- CancellationToken
The cancellation token.
Returns
- Task<Microsoft.Rest.Azure.IPage<CertificateInner>>
Remarks
Get all certificates for a subscription.