delete_cosmosdb_account function

Delete Azure Cosmos DB account

Delete Azure Cosmos DB account

Method for the AzureRMR::az_resource_group class.

Usage

delete_cosmosdb_account(name, confirm = TRUE, wait = FALSE)

Arguments

  • name: The name of the Cosmos DB account.
  • confirm: Whether to ask for confirmation before deleting.
  • wait: Whether to wait until the deletion has completed before returning.

Details

This method deletes an existing Azure Cosmos DB account.

See Also

create_cosmosdb_account , get_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

  • Maintainer: Hong Ooi
  • License: MIT + file LICENSE
  • Last published: 2021-01-18