共用方式為


OperationsExtensions.ListAsync(IOperations, CancellationToken) 方法

定義

列出可用的計費 REST API 作業。 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))

參數

operations
IOperations

這個擴充方法的作業群組。

cancellationToken
CancellationToken

取消語彙基元。

傳回

適用於