Aracılığıyla paylaş


SqlResourcesOperationsExtensions.GetSqlRoleDefinitionAsync Method

Definition

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

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

Parameters

operations
ISqlResourcesOperations

The operations group for this extension method.

roleDefinitionId
String

The GUID for the Role Definition.

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