This commit is contained in:
hong-revo 2018-11-26 20:33:07 +11:00
Родитель e5ec9ce8f3
Коммит b69f586eb6
4 изменённых файлов: 4 добавлений и 8 удалений

Просмотреть файл

@ -18,3 +18,4 @@ export(is_docker_registry)
export(is_kubernetes_cluster)
export(kubernetes_cluster)
import(AzureRMR)
importFrom(utils,tail)

Просмотреть файл

@ -1,4 +1,5 @@
#' @import AzureRMR
#' @importFrom utils tail
NULL
.AzureContainers <- new.env()

Просмотреть файл

@ -15,10 +15,7 @@
#' - `name_only`: Whether to return only a vector of names, or all information on each VM size.
#'
#' @section Value:
#' If `name_only` is TRUE, a character vector of names, suitable for passing to `create_vm`. If FALSE, a data frame containing the following information for each VM size: the name, number of cores, OS disk size, resource disk size, memory, and maximum data disks.
#'
#' @seealso
#' [create_vm]
#' If `name_only` is TRUE, a character vector of names. If FALSE, a data frame containing the following information for each VM size: the name, number of cores, OS disk size, resource disk size, memory, and maximum data disks.
#'
#' @examples
#' \dontrun{

Просмотреть файл

@ -25,7 +25,7 @@ list_vm_sizes(name_only = FALSE)
\section{Value}{
If \code{name_only} is TRUE, a character vector of names, suitable for passing to \code{create_vm}. If FALSE, a data frame containing the following information for each VM size: the name, number of cores, OS disk size, resource disk size, memory, and maximum data disks.
If \code{name_only} is TRUE, a character vector of names. If FALSE, a data frame containing the following information for each VM size: the name, number of cores, OS disk size, resource disk size, memory, and maximum data disks.
}
\examples{
@ -43,6 +43,3 @@ rg$list_vm_sizes()
}
}
\seealso{
\link{create_vm}
}