次の方法で共有


ProviderOperationsMetadataOperationsExtensions.ListAsync メソッド

定義

すべてのリソース プロバイダーのプロバイダー操作メタデータを取得します。

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.ProviderOperationsMetadataInner>> ListAsync(this Microsoft.Azure.Management.Graph.RBAC.Fluent.IProviderOperationsMetadataOperations operations, string expand = "resourceTypes", System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.Graph.RBAC.Fluent.IProviderOperationsMetadataOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.ProviderOperationsMetadataInner>>
<Extension()>
Public Function ListAsync (operations As IProviderOperationsMetadataOperations, Optional expand As String = "resourceTypes", Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of ProviderOperationsMetadataInner))

パラメーター

operations
IProviderOperationsMetadataOperations

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

expand
String

値を展開するかどうかを指定します。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象