AzureSMR/man/azureDeleteBatchAccount.Rd

33 строки
1.2 KiB
R

% 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.
}
\references{
https://docs.microsoft.com/en-us/rest/api/batchmanagement/batchaccount#BatchAccount_Delete
}
\seealso{
Other Batch account functions: \code{\link{azureBatchGetKey}},
\code{\link{azureCreateBatchAccount}},
\code{\link{azureGetBatchAccount}},
\code{\link{azureListBatchAccounts}}
}