Share via


PermissionsOperationsExtensions.ListForResourceAsync Method

Definition

Gets all permissions the caller has for a resource.

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))

Parameters

operations
IPermissionsOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group.

resourceProviderNamespace
String

The namespace of the resource provider.

parentResourcePath
String

The parent resource identity.

resourceType
String

The resource type of the resource.

resourceName
String

The name of the resource to get the permissions for.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to