WorkerProfileResponse

data class WorkerProfileResponse(val count: Int? = null, val diskSizeGB: Int? = null, val name: String? = null, val subnetId: String? = null, val vmSize: String? = null)

WorkerProfile represents a worker profile.

Constructors

Link copied to clipboard
constructor(count: Int? = null, diskSizeGB: Int? = null, name: String? = null, subnetId: String? = null, vmSize: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val count: Int? = null

The number of worker VMs. Must be between 3 and 20 (immutable).

Link copied to clipboard
val diskSizeGB: Int? = null

The disk size of the worker VMs. Must be 128 or greater (immutable).

Link copied to clipboard
val name: String? = null

The worker profile name. Must be "worker" (immutable).

Link copied to clipboard
val subnetId: String? = null

The Azure resource ID of the worker subnet (immutable).

Link copied to clipboard
val vmSize: String? = null

The size of the worker VMs (immutable).