AzureSMR/man/azureDeployStatus.Rd

32 строки
924 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}
\title{Check Template Deployment Status.}
2016-12-17 00:18:42 +03:00
\usage{
azureDeployStatus(azureActiveContext, deplname, resourceGroup, subscriptionID,
azToken, verbose = FALSE)
2016-12-17 00:18:42 +03:00
}
\arguments{
\item{azureActiveContext}{A container used for caching variables used by AzureSMR}
\item{deplname}{deplname}
\item{resourceGroup}{Set the name of the Resource Group}
\item{subscriptionID}{Set the subscriptionID Obtained automatically by AzureAuthenticate when only one is available}
\item{azToken}{Azure Token Object - Obtained by AzureAuthenticate}
\item{verbose}{Print Tracing information (Default False)}
}
2016-12-17 00:18:42 +03:00
\description{
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
}
2016-12-17 00:18:42 +03:00