get_cosmosdb_account {AzureCosmosR} | R Documentation |
Get Azure Cosmos DB account
Description
Method for the AzureRMR::az_resource_group class.
Usage
get_cosmosdb_account(name) list_cosmosdb_accounts()
Arguments
-
name
: The name of the Cosmos DB account.
Details
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.
Value
For get_cosmosdb_account
, an object of class az_cosmosdb
representing the Cosmos DB account. For list_cosmosdb_accounts
, a list of such objects.
See Also
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
[Package AzureCosmosR version 1.0.0 Index]