get Table Resource Table Role Assignment
suspend fun getTableResourceTableRoleAssignment(argument: GetTableResourceTableRoleAssignmentPlainArgs): GetTableResourceTableRoleAssignmentResult
Retrieves the properties of an existing Azure Cosmos DB Table Role Assignment with the given Id. Uses Azure REST API version 2024-12-01-preview.
Return
Parameters to create and update an Azure Cosmos DB Table Role Assignment.
Parameters
argument
null
suspend fun getTableResourceTableRoleAssignment(accountName: String, resourceGroupName: String, roleAssignmentId: String): GetTableResourceTableRoleAssignmentResult
Return
Parameters to create and update an Azure Cosmos DB Table Role Assignment.
Parameters
account Name
Cosmos DB database account name.
resource Group Name
The name of the resource group. The name is case insensitive.
role Assignment Id
The GUID for the Role Assignment.
See also
suspend fun getTableResourceTableRoleAssignment(argument: suspend GetTableResourceTableRoleAssignmentPlainArgsBuilder.() -> Unit): GetTableResourceTableRoleAssignmentResult
Return
Parameters to create and update an Azure Cosmos DB Table Role Assignment.
Parameters
argument
Builder for com.pulumi.azurenative.documentdb.kotlin.inputs.GetTableResourceTableRoleAssignmentPlainArgs.