Compartir a través de


OperationsExtensions.ListAsync(IOperations, CancellationToken) Método

Definición

Enumera las operaciones de API REST de facturación disponibles. https://docs.microsoft.com/en-us/rest/api/billing/

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Billing.Models.Operation>> ListAsync (this Microsoft.Azure.Management.Billing.IOperations operations, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.Billing.IOperations * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Billing.Models.Operation>>
<Extension()>
Public Function ListAsync (operations As IOperations, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of Operation))

Parámetros

operations
IOperations

El grupo de operaciones de este método de extensión.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Se aplica a