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

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]