зеркало из https://github.com/Azure/AzureStor.git
example fix
This commit is contained in:
Родитель
d86181b137
Коммит
39dd405a47
|
@ -43,7 +43,8 @@
|
|||
#' @examples
|
||||
#' \dontrun{
|
||||
#'
|
||||
#' rg <- AzureRMR::az_rm(tenant="myaadtenant.onmicrosoft.com", app="app_id", password="password")$
|
||||
#' rg <- AzureRMR::az_rm$
|
||||
#' new(tenant="myaadtenant.onmicrosoft.com", app="app_id", password="password")$
|
||||
#' get_subscription("subscription_id")$
|
||||
#' get_resource_group("rgname")
|
||||
#'
|
||||
|
@ -90,7 +91,8 @@ NULL
|
|||
#' @examples
|
||||
#' \dontrun{
|
||||
#'
|
||||
#' rg <- AzureRMR::az_rm(tenant="myaadtenant.onmicrosoft.com", app="app_id", password="password")$
|
||||
#' rg <- AzureRMR::az_rm$
|
||||
#' new(tenant="myaadtenant.onmicrosoft.com", app="app_id", password="password")$
|
||||
#' get_subscription("subscription_id")$
|
||||
#' get_resource_group("rgname")
|
||||
#'
|
||||
|
@ -128,7 +130,8 @@ NULL
|
|||
#' @examples
|
||||
#' \dontrun{
|
||||
#'
|
||||
#' rg <- AzureRMR::az_rm(tenant="myaadtenant.onmicrosoft.com", app="app_id", password="password")$
|
||||
#' rg <- AzureRMR::az_rm$
|
||||
#' new(tenant="myaadtenant.onmicrosoft.com", app="app_id", password="password")$
|
||||
#' get_subscription("subscription_id")$
|
||||
#' get_resource_group("rgname")
|
||||
#'
|
||||
|
|
|
@ -49,7 +49,8 @@ An object of class \code{az_storage} representing the created storage account.
|
|||
\examples{
|
||||
\dontrun{
|
||||
|
||||
rg <- AzureRMR::az_rm(tenant="myaadtenant.onmicrosoft.com", app="app_id", password="password")$
|
||||
rg <- AzureRMR::az_rm$
|
||||
new(tenant="myaadtenant.onmicrosoft.com", app="app_id", password="password")$
|
||||
get_subscription("subscription_id")$
|
||||
get_resource_group("rgname")
|
||||
|
||||
|
|
|
@ -28,7 +28,8 @@ NULL on successful deletion.
|
|||
\examples{
|
||||
\dontrun{
|
||||
|
||||
rg <- AzureRMR::az_rm(tenant="myaadtenant.onmicrosoft.com", app="app_id", password="password")$
|
||||
rg <- AzureRMR::az_rm$
|
||||
new(tenant="myaadtenant.onmicrosoft.com", app="app_id", password="password")$
|
||||
get_subscription("subscription_id")$
|
||||
get_resource_group("rgname")
|
||||
|
||||
|
|
|
@ -35,7 +35,8 @@ For \code{list_storage_accounts()}, a list of such objects.
|
|||
\examples{
|
||||
\dontrun{
|
||||
|
||||
rg <- AzureRMR::az_rm(tenant="myaadtenant.onmicrosoft.com", app="app_id", password="password")$
|
||||
rg <- AzureRMR::az_rm$
|
||||
new(tenant="myaadtenant.onmicrosoft.com", app="app_id", password="password")$
|
||||
get_subscription("subscription_id")$
|
||||
get_resource_group("rgname")
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче