WorkerProfileResponse

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

Link copied to clipboard

The resource ID of an associated DiskEncryptionSet, if applicable.

Link copied to clipboard
val diskSizeGB: Int? = null

The disk size of the worker VMs.

Link copied to clipboard

Whether master virtual machines are encrypted at host.

Link copied to clipboard
val name: String? = null

The worker profile name.

Link copied to clipboard
val subnetId: String? = null

The Azure resource ID of the worker subnet.

Link copied to clipboard
val vmSize: String? = null

The size of the worker VMs.