WorkerProfileArgs

data class WorkerProfileArgs(val count: Output<Int>? = null, val diskSizeGB: Output<Int>? = null, val name: Output<String>? = null, val subnetId: Output<String>? = null, val vmSize: Output<String>? = null) : ConvertibleToJava<WorkerProfileArgs>

WorkerProfile represents a worker profile.

Constructors

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

Properties

Link copied to clipboard
val count: Output<Int>? = null

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

Link copied to clipboard
val diskSizeGB: Output<Int>? = null

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

Link copied to clipboard
val name: Output<String>? = null

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

Link copied to clipboard
val subnetId: Output<String>? = null

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

Link copied to clipboard
val vmSize: Output<String>? = null

The size of the worker VMs (immutable).

Functions

Link copied to clipboard
open override fun toJava(): WorkerProfileArgs