get_aci | R Documentation |
Method for the AzureRMR::az_resource_group class.
get_aci(name) list_acis()
name
: For get_aci()
, the name of the container instance resource.
The AzureRMR::az_resource_group
class has both get_aci()
and list_acis()
methods, while the AzureRMR::az_subscription
class only has the latter.
For get_aci()
, an object of class az_container_instance
representing the instance resource.
For list_acis()
, a list of such objects.
create_aci, delete_aci
az_container_instance
ACI documentation and API reference
## Not run:
rg <- AzureRMR::get_azure_login()$
get_subscription("subscription_id")$
get_resource_group("rgname")
rg$get_aci("mycontainer")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.