FeatureClientExtensions.ListOperationsAsync メソッド

定義

使用可能なすべての Microsoft.Features REST API 操作を一覧表示します。

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

パラメーター

operations
IFeatureClient

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象