powered by
Method for the AzureRMR::az_resource_group class.
For get_aci(), an object of class az_container_instance representing the instance resource.
get_aci()
az_container_instance
For list_acis(), a list of such objects.
list_acis()
get_aci(name) list_acis()
name: For get_aci(), the name of the container instance resource.
name
The AzureRMR::az_resource_group class has both get_aci() and list_acis() methods, while the AzureRMR::az_subscription class only has the latter.
AzureRMR::az_resource_group
AzureRMR::az_subscription
create_aci, delete_aci
ACI documentation and API reference
Docker commandline reference
if (FALSE) { rg <- AzureRMR::get_azure_login()$ get_subscription("subscription_id")$ get_resource_group("rgname") rg$get_aci("mycontainer") }
Run the code above in your browser using DataLab