delete_storage_account function

Delete an Azure storage account

Delete an Azure storage account

Method for the AzureRMR::az_resource_group class.

Usage

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

Arguments

  • name: The name of the storage account.
  • confirm: Whether to ask for confirmation before deleting.
  • wait: Whether to wait until the deletion is complete.

Value

NULL on successful deletion.

Examples

## Not run: rg <- AzureRMR::az_rm$ new(tenant="myaadtenant.onmicrosoft.com", app="app_id", password="password")$ get_subscription("subscription_id")$ get_resource_group("rgname") # delete a storage account rg$delete_storage_account("mystorage") ## End(Not run)

See Also

create_storage_account , get_storage_account , az_storage , Azure Storage Provider API reference

  • Maintainer: Hong Ooi
  • License: MIT + file LICENSE
  • Last published: 2022-05-25

Downloads (last 30 days):