RoleAssignmentsOperationsExtensions.ListForResource Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Répertorie toutes les attributions de rôles qui s’appliquent à une ressource.
public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Authorization.Models.RoleAssignment> ListForResource (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);
static member ListForResource : Microsoft.Azure.Management.Authorization.IRoleAssignmentsOperations * string * string * string * string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.Authorization.Models.RoleAssignmentFilter> * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Authorization.Models.RoleAssignment>
<Extension()>
Public Function ListForResource (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) As 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
Retours
S’applique à
Azure SDK for .NET