PermissionsOperationsExtensions.ListForResourceAsync 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.
Obtient toutes les autorisations dont dispose l’appelant pour une ressource.
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))
Paramètres
- operations
- IPermissionsOperations
Groupe d’opérations pour cette méthode d’extension.
- resourceGroupName
- String
Nom du groupe de ressources.
- resourceProviderNamespace
- String
Espace de noms du fournisseur de ressources.
- parentResourcePath
- String
Identité de ressource parente.
- resourceType
- String
Type de ressource de la ressource.
- resourceName
- String
Nom de la ressource pour laquelle obtenir les autorisations.
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
S’applique à
Azure SDK for .NET