你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IRoleAssignmentOperations.ListForResourceAsync 方法

定义

获取资源的角色分配。

public System.Threading.Tasks.Task<Microsoft.Azure.Management.Authorization.Models.RoleAssignmentListResult> ListForResourceAsync (string resourceGroupName, Microsoft.Azure.ResourceIdentity identity, Microsoft.Azure.Management.Authorization.ListAssignmentsFilterParameters parameters, System.Threading.CancellationToken cancellationToken);
abstract member ListForResourceAsync : string * Microsoft.Azure.ResourceIdentity * Microsoft.Azure.Management.Authorization.ListAssignmentsFilterParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Authorization.Models.RoleAssignmentListResult>
Public Function ListForResourceAsync (resourceGroupName As String, identity As ResourceIdentity, parameters As ListAssignmentsFilterParameters, cancellationToken As CancellationToken) As Task(Of RoleAssignmentListResult)

参数

resourceGroupName
String

资源组的名称。

identity
Microsoft.Azure.ResourceIdentity

资源标识。

parameters
ListAssignmentsFilterParameters

列出操作筛选器。 如果为 null,则返回资源上、上方或下方的所有角色分配。

cancellationToken
CancellationToken

取消标记。

返回

角色分配列表操作结果。

适用于