30 строки
1.1 KiB
R
30 строки
1.1 KiB
R
% Generated by roxygen2: do not edit by hand
|
|
% Please edit documentation in R/AzureStorageAccount.R
|
|
\name{azureCreateStorageAccount}
|
|
\alias{azureCreateStorageAccount}
|
|
\title{Create an Azure Storage Account.}
|
|
\usage{
|
|
azureCreateStorageAccount(azureActiveContext, storageAccount,
|
|
location = "northeurope", resourceGroup, subscriptionID, verbose = FALSE)
|
|
}
|
|
\arguments{
|
|
\item{azureActiveContext}{A container used for caching variables used by \code{AzureSMR}}
|
|
|
|
\item{storageAccount}{Name of the azure storage account}
|
|
|
|
\item{location}{A string for the location to create storage account}
|
|
|
|
\item{resourceGroup}{Name of the resource group}
|
|
|
|
\item{subscriptionID}{Subscription ID. This is obtained automatically by \code{\link[=azureAuthenticate]{azureAuthenticate()}} when only a single subscriptionID is available via Active Directory}
|
|
|
|
\item{verbose}{Print Tracing information (Default False)}
|
|
}
|
|
\description{
|
|
Create an Azure Storage Account.
|
|
}
|
|
\seealso{
|
|
Other Storage account functions: \code{\link{azureDeletestorageAccount}},
|
|
\code{\link{azureListSA}}, \code{\link{azureSAGetKey}}
|
|
}
|