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
2016-12-21 11:42:27 +03:00
\name{azureListStorageContainers}
\alias{azureListStorageContainers}
2016-12-20 12:10:43 +03:00
\title{List Storage containers for Specified Storage Account.}
2016-08-03 08:03:55 +03:00
\usage{
2016-12-21 11:42:27 +03:00
azureListStorageContainers(azureActiveContext, storageAccount, storageKey,
2016-12-20 12:10:43 +03:00
resourceGroup, azToken, subscriptionID, verbose = FALSE)
2016-08-03 08:03:55 +03:00
}
\arguments{
2016-12-20 19:36:20 +03:00
\item{azureActiveContext}{A container used for caching variables used by AzureSMR}
2016-08-03 08:03:55 +03:00
2016-12-21 15:26:53 +03:00
\item{storageAccount}{Name of the azure storage account}
2016-08-03 08:03:55 +03:00
2016-12-21 15:26:53 +03:00
\item{storageKey}{Storage key associated with storage account}
2016-08-03 08:03:55 +03:00
2016-12-21 15:26:53 +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{
2016-12-20 12:10:43 +03:00
List Storage containers for Specified Storage Account.
2016-12-17 00:18:42 +03:00
}
\seealso{
2016-12-21 11:42:27 +03:00
Other container functions: \code{\link{azureCreateStorageContainer}},
\code{\link{azureDeleteStorageContainer}}
2016-08-03 08:03:55 +03:00
}