Get Azure Cosmos DB account
Method for the AzureRMR::az_resource_group class.
get_cosmosdb_account(name)
list_cosmosdb_accounts()
name
: The name of the Cosmos DB account.get_cosmosdb_account
retrieves the details for an existing Azure Cosmos DB account. list_cosmosdb_accounts
retrieves all the Cosmos DB accounts within the resource group.
For get_cosmosdb_account
, an object of class az_cosmosdb
representing the Cosmos DB account. For list_cosmosdb_accounts
, a list of such objects.
create_cosmosdb_account , delete_cosmosdb_account
For the SQL API client framework: cosmos_endpoint , cosmos_database , cosmos_container , query_documents
For the table storage API: AzureTableStor::table_endpoint
For the MongoDB API: cosmos_mongo_endpoint , mongolite::mongo