AzureSMR/man/azureDeleteBatchAccount.Rd

33 строки
1.2 KiB
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{
\item{azureActiveContext}{A container used for caching variables used by \code{AzureSMR}, created by \code{\link[=createAzureContext]{createAzureContext()}}}
\item{batchAccount}{storage account used by Azure Batch}
\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{
Delete an azure batch account.
}
2017-06-16 19:07:15 +03:00
\references{
https://docs.microsoft.com/en-us/rest/api/batchmanagement/batchaccount#BatchAccount_Delete
}
\seealso{
Other Batch account functions: \code{\link{azureBatchGetKey}},
2017-06-12 22:32:20 +03:00
\code{\link{azureCreateBatchAccount}},
2018-02-27 02:24:14 +03:00
\code{\link{azureGetBatchAccount}},
2017-06-12 22:32:20 +03:00
\code{\link{azureListBatchAccounts}}
}