共用方式為


BatchAccountOperationsExtensions.ListAsync 方法

定義

取得與訂用帳戶相關聯之 Batch 帳戶的相關資訊。

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

參數

operations
IBatchAccountOperations

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

cancellationToken
CancellationToken

取消語彙基元。

傳回

適用於