This method retrieves an existing Kusto cluster resource.
Value
An object of class az_kusto representing the created cluster.
Examples
## Not run:rg <- AzureRMR::get_azure_login("myaadtenant")$ get_subscription("subscription_id")$ get_resource_group("rgname")# get a Kusto clusterrg$get_kusto_cluster("mykusto")## End(Not run)