共用方式為


SqlResourcesOperationsExtensions.ListSqlRoleAssignmentsAsync Method

Definition

Retrieves the list of all Azure Cosmos DB SQL Role Assignments.

public static System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.CosmosDB.Models.SqlRoleAssignmentGetResults>> ListSqlRoleAssignmentsAsync (this Microsoft.Azure.Management.CosmosDB.ISqlResourcesOperations operations, string resourceGroupName, string accountName, System.Threading.CancellationToken cancellationToken = default);
static member ListSqlRoleAssignmentsAsync : Microsoft.Azure.Management.CosmosDB.ISqlResourcesOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<seq<Microsoft.Azure.Management.CosmosDB.Models.SqlRoleAssignmentGetResults>>
<Extension()>
Public Function ListSqlRoleAssignmentsAsync (operations As ISqlResourcesOperations, resourceGroupName As String, accountName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IEnumerable(Of SqlRoleAssignmentGetResults))

Parameters

operations
ISqlResourcesOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group. The name is case insensitive.

accountName
String

Cosmos DB database account name.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to