List available Kubernetes versions
Method for the AzureRMR::az_subscription and AzureRMR::az_resource_group classes.
## R6 method for class 'az_subscription'
list_kubernetes_versions(location)
## R6 method for class 'az_resource_group'
list_kubernetes_versions()
location
: For the az_subscription class method, the location for which to obtain available Kubernetes versions.A vector of strings, which are the Kubernetes versions that can be used when creating a cluster.
## Not run: rg <- AzureRMR::get_azure_login()$ get_subscription("subscription_id")$ get_resource_group("rgname") rg$list_kubernetes_versions() ## End(Not run)
create_aks