AzureRMR/man/is.Rd

33 строки
585 B
Plaintext
Исходник Обычный вид История

2018-05-16 04:53:38 +03:00
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/is.R
2019-01-14 00:28:26 +03:00
\name{is_azure_login}
\alias{is_azure_login}
2018-05-16 04:53:38 +03:00
\alias{is_subscription}
\alias{is_resource_group}
\alias{is_resource}
\alias{is_template}
2019-01-09 02:56:22 +03:00
\alias{is_azure_token}
2018-05-16 04:53:38 +03:00
\title{Informational functions}
\usage{
2019-01-14 00:28:26 +03:00
is_azure_login(object)
2018-05-16 04:53:38 +03:00
is_subscription(object)
is_resource_group(object)
is_resource(object)
is_template(object)
2019-01-09 02:56:22 +03:00
is_azure_token(object)
2018-05-16 04:53:38 +03:00
}
\arguments{
\item{object}{An R object.}
}
\value{
A boolean.
}
\description{
These functions return whether the object is of the corresponding AzureRMR class.
}