powered by
Method for the AzureRMR::az_resource_group class.
For get_aks(), an object of class az_kubernetes_service representing the service.
get_aks()
az_kubernetes_service
For list_aks(), a list of such objects.
list_aks()
get_aks(name) list_aks()
name: For get_aks(), the name of the Kubernetes service.
name
The AzureRMR::az_resource_group class has both get_aks() and list_aks() methods, while the AzureRMR::az_subscription class only has the latter.
AzureRMR::az_resource_group
AzureRMR::az_subscription
create_aks, delete_aks
kubernetes_cluster for the cluster endpoint
AKS documentation and API reference
Kubernetes reference
if (FALSE) { rg <- AzureRMR::get_azure_login()$ get_subscription("subscription_id")$ get_resource_group("rgname") rg$get_aks("mycluster") }
Run the code above in your browser using DataLab