AzureRMR/man/info.Rd

36 строки
648 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}
\alias{is_role_definition}
\alias{is_role_assignment}
\title{Informational functions}
\usage{
is_azure_login(object)
is_subscription(object)
is_resource_group(object)
is_resource(object)
is_template(object)
is_role_definition(object)
is_role_assignment(object)
}
\arguments{
\item{object}{An R object.}
}
\value{
A boolean.
}
\description{
These functions return whether the object is of the corresponding AzureRMR class.
}