AppServiceCertificateOrdersOperationsExtensions.ListAsync(IAppServiceCertificateOrdersOperations, CancellationToken) Method
Definition
List all certificate orders in a subscription.
public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppService.Fluent.Models.AppServiceCertificateOrderInner>> ListAsync (this Microsoft.Azure.Management.AppService.Fluent.IAppServiceCertificateOrdersOperations operations, System.Threading.CancellationToken cancellationToken = null);
static member ListAsync : Microsoft.Azure.Management.AppService.Fluent.IAppServiceCertificateOrdersOperations * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppService.Fluent.Models.AppServiceCertificateOrderInner>>
Parameters
- operations
- IAppServiceCertificateOrdersOperations
The operations group for this extension method.
- cancellationToken
- CancellationToken
The cancellation token.
Returns
- Task<Microsoft.Rest.Azure.IPage<AppServiceCertificateOrderInner>>
Remarks
List all certificate orders in a subscription.