SecurityProfileOutput interface
Specifies the security profile settings for the virtual machine or virtual machine scale set.
Properties
| encryption |
This property can be used by user in the request to enable or disable the Host Encryption for the virtual machine or virtual machine scale set. This will enable the encryption for all the disks including Resource/Temp disk at host itself. For more information on encryption at host requirements, please refer to https://learn.microsoft.com/azure/virtual-machines/disk-encryption#supported-vm-sizes. |
| proxy |
Specifies ProxyAgent settings while creating the virtual machine. |
| security |
Specifies the SecurityType of the virtual machine. It has to be set to any specified value to enable UefiSettings. Possible values: "trustedLaunch", "confidentialVM" |
| uefi |
Specifies the security settings like secure boot and vTPM used while creating the virtual machine. Specifies the security settings like secure boot and vTPM used while creating the virtual machine. |
Property Details
encryptionAtHost
This property can be used by user in the request to enable or disable the Host Encryption for the virtual machine or virtual machine scale set. This will enable the encryption for all the disks including Resource/Temp disk at host itself. For more information on encryption at host requirements, please refer to https://learn.microsoft.com/azure/virtual-machines/disk-encryption#supported-vm-sizes.
encryptionAtHost?: boolean
Property Value
boolean
proxyAgentSettings
Specifies ProxyAgent settings while creating the virtual machine.
proxyAgentSettings?: ProxyAgentSettingsOutput
Property Value
securityType
Specifies the SecurityType of the virtual machine. It has to be set to any specified value to enable UefiSettings.
Possible values: "trustedLaunch", "confidentialVM"
securityType?: string
Property Value
string
uefiSettings
Specifies the security settings like secure boot and vTPM used while creating the virtual machine. Specifies the security settings like secure boot and vTPM used while creating the virtual machine.
uefiSettings?: BatchUefiSettingsOutput