get_aci: Get Azure Container Instance (ACI)

Description Usage Arguments Details Value See Also Examples

Description

Method for the AzureRMR::az_resource_group class.

Usage

1
2

Arguments

Details

The AzureRMR::az_resource_group class has both get_aci() and list_acis() methods, while the AzureRMR::az_subscription class only has the latter.

Value

For get_aci(), an object of class az_container_instance representing the instance resource.

For list_acis(), a list of such objects.

See Also

create_aci, delete_aci

az_container_instance

ACI documentation and API reference

Docker commandline reference

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
## Not run: 

rg <- AzureRMR::get_azure_login()$
    get_subscription("subscription_id")$
    get_resource_group("rgname")

rg$get_aci("mycontainer")


## End(Not run)

AzureContainers documentation built on July 9, 2021, 9:07 a.m.