次の方法で共有


ProviderOperationsMetadataOperationsExtensions.GetAsync メソッド

定義

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

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

パラメーター

operations
IProviderOperationsMetadataOperations

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

resourceProviderNamespace
String

リソース プロバイダーの名前空間。

expand
String

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象