30 строки
1.2 KiB
R
30 строки
1.2 KiB
R
% Generated by roxygen2: do not edit by hand
|
|
% Please edit documentation in R/AzureStorageAccount.R
|
|
\name{azureSAGetKey}
|
|
\alias{azureSAGetKey}
|
|
\title{Get the Storage Keys for Specified Storage Account.}
|
|
\usage{
|
|
azureSAGetKey(azureActiveContext, storageAccount, resourceGroup, subscriptionID,
|
|
verbose = FALSE)
|
|
}
|
|
\arguments{
|
|
\item{azureActiveContext}{A container used for caching variables used by \code{AzureSMR}, created by \code{\link[=createAzureContext]{createAzureContext()}}}
|
|
|
|
\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.}
|
|
|
|
\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}{If TRUE, prints verbose messages}
|
|
}
|
|
\description{
|
|
Get the Storage Keys for Specified Storage Account.
|
|
}
|
|
\seealso{
|
|
Other Storage account functions: \code{\link{azureCreateStorageAccount}},
|
|
\code{\link{azureDeletestorageAccount}},
|
|
\code{\link{azureGetStorageAccount}},
|
|
\code{\link{azureListSA}}
|
|
}
|