get_kusto_cluster | R Documentation |
Method for the AzureRMR::az_resource_group class.
get_kusto_cluster(name, location, node_size="D14_v2")
name
: The name of the cluster.
This method retrieves an existing Kusto cluster resource.
An object of class az_kusto
representing the created cluster.
create_kusto_cluster, delete_kusto_cluster, az_kusto
Kusto/Azure Data Explorer documentation
## Not run:
rg <- AzureRMR::get_azure_login("myaadtenant")$
get_subscription("subscription_id")$
get_resource_group("rgname")
# get a Kusto cluster
rg$get_kusto_cluster("mykusto")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.