WorkerProfile interface
WorkerProfile represents a worker profile.
Properties
count | The number of worker VMs. |
disk |
The resource ID of an associated DiskEncryptionSet, if applicable. |
disk |
The disk size of the worker VMs. |
encryption |
Whether master virtual machines are encrypted at host. |
name | The worker profile name. |
subnet |
The Azure resource ID of the worker subnet. |
vm |
The size of the worker VMs. |
Property Details
count
The number of worker VMs.
count?: number
Property Value
number
diskEncryptionSetId
The resource ID of an associated DiskEncryptionSet, if applicable.
diskEncryptionSetId?: string
Property Value
string
diskSizeGB
The disk size of the worker VMs.
diskSizeGB?: number
Property Value
number
encryptionAtHost
Whether master virtual machines are encrypted at host.
encryptionAtHost?: string
Property Value
string
name
The worker profile name.
name?: string
Property Value
string
subnetId
The Azure resource ID of the worker subnet.
subnetId?: string
Property Value
string
vmSize
The size of the worker VMs.
vmSize?: string
Property Value
string
Azure SDK for JavaScript