AzureSMR/man/azureListStorageContainers.Rd

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

2016-08-03 08:03:55 +03:00
% Generated by roxygen2: do not edit by hand
2016-12-17 18:49:53 +03:00
% Please edit documentation in R/AzureContainer.R
\name{azureListStorageContainers}
\alias{azureListStorageContainers}
\title{List Storage containers for Specified Storage Account.}
2016-08-03 08:03:55 +03:00
\usage{
azureListStorageContainers(azureActiveContext, storageAccount, storageKey,
resourceGroup, azToken, subscriptionID, verbose = FALSE)
2016-08-03 08:03:55 +03:00
}
\arguments{
\item{azureActiveContext}{A container used for caching variables used by AzureSMR}
2016-08-03 08:03:55 +03:00
\item{storageAccount}{Name of the azure storage account}
2016-08-03 08:03:55 +03:00
\item{storageKey}{Storage key associated with storage account}
2016-08-03 08:03:55 +03:00
\item{resourceGroup}{Name of the resource group}
2016-08-03 08:03:55 +03:00
2017-05-20 23:54:22 +03:00
\item{azToken}{Azure authentication token, obtained by \code{azureAuthenticate}}
2016-08-03 08:03:55 +03:00
2017-05-20 23:54:22 +03:00
\item{subscriptionID}{Set the subscriptionID. This is obtained automatically by \code{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{
List Storage containers for Specified Storage Account.
2016-12-17 00:18:42 +03:00
}
\seealso{
Other container functions: \code{\link{azureCreateStorageContainer}},
\code{\link{azureDeleteStorageContainer}}
2016-08-03 08:03:55 +03:00
}