AzureSMR/man/azureDeployStatus.Rd

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

2016-12-17 00:18:42 +03:00
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/AzureTemplate.R
\name{azureDeployStatus}
\alias{azureDeployStatus}
2017-05-24 14:58:08 +03:00
\title{Check template deployment Status.}
2016-12-17 00:18:42 +03:00
\usage{
azureDeployStatus(azureActiveContext, deplname, resourceGroup, subscriptionID,
verbose = FALSE)
2016-12-17 00:18:42 +03:00
}
\arguments{
\item{azureActiveContext}{A container used for caching variables used by \code{AzureSMR}, created by \code{\link[=createAzureContext]{createAzureContext()}}}
2017-05-24 14:58:08 +03:00
\item{deplname}{Deployment name}
\item{resourceGroup}{Name of the resource group}
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}
\item{verbose}{Print Tracing information (Default False)}
}
2016-12-17 00:18:42 +03:00
\description{
2017-05-24 14:58:08 +03:00
Check template deployment Status.
2016-12-17 00:18:42 +03:00
}
2016-12-17 18:49:53 +03:00
\seealso{
Other Template functions: \code{\link{azureCancelDeploy}},
\code{\link{azureDeleteDeploy}},
\code{\link{azureDeployTemplate}}
2016-12-17 18:49:53 +03:00
}