зеркало из https://github.com/Azure/AzureRMR.git
30 строки
538 B
R
30 строки
538 B
R
% Generated by roxygen2: do not edit by hand
|
|
% Please edit documentation in R/is.R
|
|
\name{is_azure_login}
|
|
\alias{is_azure_login}
|
|
\alias{is_subscription}
|
|
\alias{is_resource_group}
|
|
\alias{is_resource}
|
|
\alias{is_template}
|
|
\title{Informational functions}
|
|
\usage{
|
|
is_azure_login(object)
|
|
|
|
is_subscription(object)
|
|
|
|
is_resource_group(object)
|
|
|
|
is_resource(object)
|
|
|
|
is_template(object)
|
|
}
|
|
\arguments{
|
|
\item{object}{An R object.}
|
|
}
|
|
\value{
|
|
A boolean.
|
|
}
|
|
\description{
|
|
These functions return whether the object is of the corresponding AzureRMR class.
|
|
}
|