Roxygen manual for DSVM extensions

This commit is contained in:
yueguoguo 2017-06-29 15:59:50 +08:00
Родитель 1aea5a3553
Коммит c704d8fc37
2 изменённых файлов: 50 добавлений и 0 удалений

28
man/addExtensionDSVM.Rd Normal file
Просмотреть файл

@ -0,0 +1,28 @@
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/extensionDSVM.R
\name{addExtensionDSVM}
\alias{addExtensionDSVM}
\title{Add DSVM extension.}
\usage{
addExtensionDSVM(context, location, resource.group, hostname, fileurl, command)
}
\arguments{
\item{context}{Authentication context of AzureSMR encapsulating the
TID, CID, and key obtained from Azure Actrive Directory.}
\item{location}{Location of the data centre to host the DSVM.}
\item{resource.group}{The Azure resource group where the DSVM is
created.}
\item{hostname}{Name of the DSVM. Lowercase characters or numbers
only. Special characters are not permitted.}
\item{fileurl}{The URL of script to execute.}
\item{command}{Command to run.}
}
\description{
Add DSVM extension.
}

22
man/checkExtensionDSVM.Rd Normal file
Просмотреть файл

@ -0,0 +1,22 @@
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/extensionDSVM.R
\name{checkExtensionDSVM}
\alias{checkExtensionDSVM}
\title{Get information from a VM extension.}
\usage{
checkExtensionDSVM(context, resource.group, hostname)
}
\arguments{
\item{context}{Authentication context of AzureSMR encapsulating the
TID, CID, and key obtained from Azure Actrive Directory.}
\item{resource.group}{The Azure resource group where the DSVM is
created.}
\item{hostname}{Name of the DSVM. Lowercase characters or numbers
only. Special characters are not permitted.}
}
\description{
Get information from a VM extension.
}