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