OperationsExtensions.ListAsync(IOperations, CancellationToken) メソッド

定義

すべての操作

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

パラメーター

operations
IOperations

この拡張メソッドの操作グループ。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

注釈

使用可能なすべての操作を取得する

適用対象