IPermissionOperations.ListForResourceGroupAsync(String, CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a resource group permissions.
public System.Threading.Tasks.Task<Microsoft.Azure.Management.Authorization.Models.PermissionGetResult> ListForResourceGroupAsync (string resourceGroupName, System.Threading.CancellationToken cancellationToken);
abstract member ListForResourceGroupAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Authorization.Models.PermissionGetResult>
Public Function ListForResourceGroupAsync (resourceGroupName As String, cancellationToken As CancellationToken) As Task(Of PermissionGetResult)
Parameters
- resourceGroupName
- System.String
Name of the resource group to get the permissions for.The name is case insensitive.
- cancellationToken
- System.Threading.CancellationToken
Cancellation token.
Returns
- System.Threading.Tasks.Task<PermissionGetResult>
Permissions information.