AzureSMR/man/azureDeletestorageAccount.Rd

28 строки
1.1 KiB
Plaintext
Исходник Постоянная ссылка Обычный вид История

2016-12-17 00:18:42 +03:00
% Generated by roxygen2: do not edit by hand
2016-12-17 18:49:53 +03:00
% Please edit documentation in R/AzureStorageAccount.R
\name{azureDeletestorageAccount}
\alias{azureDeletestorageAccount}
2016-12-17 00:18:42 +03:00
\title{Delete an Azure Storage Account.}
\usage{
azureDeletestorageAccount(azureActiveContext, storageAccount, resourceGroup,
subscriptionID, verbose = FALSE)
2016-12-17 00:18:42 +03:00
}
\arguments{
\item{azureActiveContext}{A container used for caching variables used by \code{AzureSMR}, created by \code{\link[=createAzureContext]{createAzureContext()}}}
2016-12-17 00:18:42 +03:00
2017-05-30 12:34:37 +03:00
\item{storageAccount}{Name of the azure storage account. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only.}
2016-12-17 00:18:42 +03:00
\item{resourceGroup}{Name of the resource group}
2016-12-17 00:18:42 +03:00
2017-05-23 23:39:39 +03:00
\item{subscriptionID}{Subscription ID. This is obtained automatically by \code{\link[=azureAuthenticate]{azureAuthenticate()}} when only a single subscriptionID is available via Active Directory}
2016-12-17 18:49:53 +03:00
\item{verbose}{Print Tracing information (Default False)}
2016-12-17 00:18:42 +03:00
}
\description{
Delete an Azure Storage Account.
}
\seealso{
Other Storage account functions: \code{\link{azureCreateStorageAccount}},
\code{\link{azureListSA}}, \code{\link{azureSAGetKey}}
2016-12-17 00:18:42 +03:00
}