get_kusto_cluster: Get existing Kusto/Azure Data Explorer cluster

get_kusto_clusterR Documentation

Get existing Kusto/Azure Data Explorer cluster

Description

Method for the AzureRMR::az_resource_group class.

Usage

get_kusto_cluster(name, location,
                     node_size="D14_v2")

Arguments

  • name: The name of the cluster.

Details

This method retrieves an existing Kusto cluster resource.

Value

An object of class az_kusto representing the created cluster.

See Also

create_kusto_cluster, delete_kusto_cluster, az_kusto

Kusto/Azure Data Explorer documentation

Examples

## 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)

AzureKusto documentation built on Oct. 12, 2023, 5:11 p.m.