次の方法で共有


ApiManagementOperationsExtensions.ListAsync メソッド

定義

Microsoft.ApiManagement プロバイダーで使用可能なすべての REST API 操作を一覧表示します。

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

パラメーター

operations
IApiManagementOperations

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象