InteractiveQueryClusterComputeIsolation

data class InteractiveQueryClusterComputeIsolation(val computeIsolationEnabled: Boolean? = null, val hostSku: String? = null)

Constructors

Link copied to clipboard
constructor(computeIsolationEnabled: Boolean? = null, hostSku: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

This field indicates whether enable compute isolation or not. Possible values are true or false.

Link copied to clipboard
val hostSku: String? = null

The name of the host SKU.