AzureSMR/man/azureListStorageContainers.Rd

30 строки
1.2 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, subscriptionID, verbose = FALSE)
2016-08-03 08:03:55 +03:00
}
\arguments{
2017-05-23 23:39:39 +03:00
\item{azureActiveContext}{A container used for caching variables used by \code{AzureSMR}}
2016-08-03 08:03:55 +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-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-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{
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
}