Description Usage Arguments Value See Also Examples
Methods for the AzureRMR::az_resource_group class.
1 2 |
name
: For get_key_vault()
, the name of the key vault.
For get_key_vault()
, an object of class az_key_vault
representing the vault.
For list_key_vaults()
, a list of such objects.
create_key_vault, delete_key_vault, az_key_vault
Azure Key Vault documentation, Azure Key Vault API reference
1 2 3 4 5 6 7 8 9 10 11 12 | ## Not run:
rg <- AzureRMR::get_azure_login()$
get_subscription("subscription_id")$
get_resource_group("rgname")
rg$list_key_vaults()
rg$get_key_vault("mykeyvault")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.