次の方法で共有


PermissionsOperationsExtensions.ListForResourceAsync メソッド

定義

呼び出し元がリソースに対して持っているすべてのアクセス許可を取得します。

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.PermissionInner>> ListForResourceAsync(this Microsoft.Azure.Management.Graph.RBAC.Fluent.IPermissionsOperations operations, string resourceGroupName, string resourceProviderNamespace, string parentResourcePath, string resourceType, string resourceName, System.Threading.CancellationToken cancellationToken = default);
static member ListForResourceAsync : Microsoft.Azure.Management.Graph.RBAC.Fluent.IPermissionsOperations * string * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.PermissionInner>>
<Extension()>
Public Function ListForResourceAsync (operations As IPermissionsOperations, resourceGroupName As String, resourceProviderNamespace As String, parentResourcePath As String, resourceType As String, resourceName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of PermissionInner))

パラメーター

operations
IPermissionsOperations

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

resourceGroupName
String

リソース グループの名前。

resourceProviderNamespace
String

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

parentResourcePath
String

親リソース ID。

resourceType
String

リソースのリソースの種類。

resourceName
String

アクセス許可を取得するリソースの名前。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象