SupportedSecurityOption Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Refers to the security capability of the disk supported to create a Trusted launch or Confidential VM.
public enum SupportedSecurityOption
type SupportedSecurityOption =
Public Enum SupportedSecurityOption
- Inheritance
-
SupportedSecurityOption
Fields
| Name | Value | Description |
|---|---|---|
| TrustedLaunchSupported | 0 | The disk supports creating Trusted Launch VMs. |
| TrustedLaunchAndConfidentialVmSupported | 1 | The disk supports creating both Trusted Launch and Confidential VMs. |