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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript