detach_aks_compute {azuremlsdk}R Documentation

Detach an AksCompute cluster from its associated workspace

Description

Detach the AksCompute cluster from its associated workspace. No underlying cloud resource will be deleted; the association will just be removed.

Usage

detach_aks_compute(cluster)

Arguments

cluster

The AksCompute object.

Value

None


[Package azuremlsdk version 1.10.0 Index]