Share via


SqlResourcesOperationsExtensions.GetSqlRoleAssignmentAsync Method

Definition

Retrieves the properties of an existing Azure Cosmos DB SQL Role Assignment with the given Id.

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

Parameters

operations
ISqlResourcesOperations

The operations group for this extension method.

roleAssignmentId
String

The GUID for the Role Assignment.

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