Partager via


RoleAssignmentsOperationsExtensions.ListForResourceAsync Méthode

Définition

Répertorie toutes les attributions de rôles qui s’appliquent à une ressource.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Authorization.Models.RoleAssignment>> ListForResourceAsync (this Microsoft.Azure.Management.Authorization.IRoleAssignmentsOperations operations, string resourceGroupName, string resourceProviderNamespace, string resourceType, string resourceName, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.Authorization.Models.RoleAssignmentFilter> odataQuery = default, string tenantId = default, System.Threading.CancellationToken cancellationToken = default);
static member ListForResourceAsync : Microsoft.Azure.Management.Authorization.IRoleAssignmentsOperations * string * string * string * string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.Authorization.Models.RoleAssignmentFilter> * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Authorization.Models.RoleAssignment>>
<Extension()>
Public Function ListForResourceAsync (operations As IRoleAssignmentsOperations, resourceGroupName As String, resourceProviderNamespace As String, resourceType As String, resourceName As String, Optional odataQuery As ODataQuery(Of RoleAssignmentFilter) = Nothing, Optional tenantId As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of RoleAssignment))

Paramètres

operations
IRoleAssignmentsOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom du groupe de ressources. Le nom ne respecte pas la casse.

resourceProviderNamespace
String

Espace de noms du fournisseur de ressources.

resourceType
String

Nom du type de ressource. Par exemple, le nom de type d’une application web est « sites » (à partir de Microsoft.Web/sites).

resourceName
String

Nom de la ressource.

odataQuery
ODataQuery<RoleAssignmentFilter>

Paramètres OData à appliquer à l’opération.

tenantId
String

ID de locataire pour la demande interlocataire

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à