WorkerProfileArgs

data class WorkerProfileArgs(val count: Output<Int>? = null, val diskEncryptionSetId: Output<String>? = null, val diskSizeGB: Output<Int>? = null, val encryptionAtHost: Output<Either<String, EncryptionAtHost>>? = 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, diskEncryptionSetId: Output<String>? = null, diskSizeGB: Output<Int>? = null, encryptionAtHost: Output<Either<String, EncryptionAtHost>>? = 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.

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

The resource ID of an associated DiskEncryptionSet, if applicable.

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

The disk size of the worker VMs.

Link copied to clipboard
val encryptionAtHost: Output<Either<String, EncryptionAtHost>>? = null

Whether master virtual machines are encrypted at host.

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

The worker profile name.

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

The Azure resource ID of the worker subnet.

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

The size of the worker VMs.

Functions

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