is_azure_login {AzureRMR} | R Documentation |
Informational functions
Description
These functions return whether the object is of the corresponding AzureRMR class.
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
object |
An R object. |
Value
A boolean.
[Package AzureRMR version 2.4.4 Index]