Description Usage Arguments Value Examples
View source: R/resource-groups.R
Asks for all subscriptions, since none supplied. Lists resource groups for each one then concatenates the lists. The result becomes a combined list of resource groups. The subscription identifier remains accessible from each.
1 2 | ## Default S3 method:
list_resource_groups(x, ...)
|
x |
Azure subscription. |
... |
Addition parameters for
|
Named list of resource groups, R6 environments. The name of the group concatenates the subscription identifier with the resource group name with full-stop delimiter.
1 2 3 4 | ## Not run:
purrr::keep(list_resource_groups(), ~ .x$name == "rg")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.