AzureSMR/man/azureDeleteBatchAccount.Rd

28 строки
888 B
Plaintext
Исходник Обычный вид История

% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/AzureBatch.R
\name{azureDeleteBatchAccount}
\alias{azureDeleteBatchAccount}
\title{Delete an Azure Batch Account.}
\usage{
azureDeleteBatchAccount(azureActiveContext, batchAccount, resourceGroup,
subscriptionID, verbose = FALSE)
}
\arguments{
2017-06-12 22:32:20 +03:00
\item{azureActiveContext}{A container used for caching variables used by `AzureSMR`}
\item{resourceGroup}{Name of the resource group}
2017-06-12 22:32:20 +03:00
\item{subscriptionID}{Subscription ID. This is obtained automatically by [azureAuthenticate()] when only a single subscriptionID is available via Active Directory}
\item{verbose}{Print Tracing information (Default False)}
}
\description{
Delete an Azure Batch Account.
}
\seealso{
Other Batch account functions: \code{\link{azureBatchGetKey}},
2017-06-12 22:32:20 +03:00
\code{\link{azureCreateBatchAccount}},
\code{\link{azureListBatchAccounts}}
}
2017-06-12 22:32:20 +03:00