delete_kusto_cluster: Delete Kusto/Azure Data Explorer cluster

delete_kusto_clusterR Documentation

Delete Kusto/Azure Data Explorer cluster

Description

Method for the AzureRMR::az_resource_group class.

Usage

delete_kusto_cluster(name, confirm=TRUE, wait=FALSE)

Arguments

  • name: The name of the cluster.

  • confirm: Whether to ask for confirmation before deleting.

  • wait: Whether to wait until the deletion is complete.

Value

NULL on successful deletion.

See Also

create_kusto_cluster, get_kusto_cluster, az_kusto

Kusto/Azure Data Explorer documentation

Examples

## Not run: 

rg <- AzureRMR::az_rm$
    new(tenant="myaadtenant.onmicrosoft.com", app="app_id", password="password")$
    get_subscription("subscription_id")$
    get_resource_group("rgname")

# delete a Kusto cluster
rg$delete_kusto_cluster("mycluster")


## End(Not run)

cloudyr/AzureKusto documentation built on Oct. 15, 2023, 5:42 p.m.