2016-12-17 00:18:42 +03:00
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/AzureTemplate.R
2016-12-20 12:10:43 +03:00
\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{
2016-12-20 12:10:43 +03:00
azureDeployStatus(azureActiveContext, deplname, resourceGroup, subscriptionID,
2017-05-21 22:41:51 +03:00
verbose = FALSE)
2016-12-17 00:18:42 +03:00
}
2016-12-17 20:50:05 +03:00
\arguments{
2017-06-16 15:51:24 +03:00
\item{azureActiveContext}{A container used for caching variables used by \code{AzureSMR}, created by \code{\link[=createAzureContext]{createAzureContext()}}}
2016-12-17 20:50:05 +03:00
2017-05-24 14:58:08 +03:00
\item{deplname}{Deployment name}
2016-12-17 20:50:05 +03:00
2016-12-21 15:26:53 +03:00
\item{resourceGroup}{Name of the resource group}
2016-12-17 20:50:05 +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 20:50:05 +03:00
\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{
2016-12-20 12:10:43 +03:00
Other Template functions: \code{\link{azureCancelDeploy}},
\code{\link{azureDeleteDeploy}},
\code{\link{azureDeployTemplate}}
2016-12-17 18:49:53 +03:00
}