delete_cosmosdb_account {AzureCosmosR} | R Documentation |
Delete Azure Cosmos DB account
Description
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
[Package AzureCosmosR version 1.0.0 Index]