SupportedSecurityOption Struct
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 readonly struct SupportedSecurityOption : IEquatable<Azure.ResourceManager.Compute.Models.SupportedSecurityOption>
type SupportedSecurityOption = struct
Public Structure SupportedSecurityOption
Implements IEquatable(Of SupportedSecurityOption)
- Inheritance
-
SupportedSecurityOption
- Implements
Constructors
| Name | Description |
|---|---|
| SupportedSecurityOption(String) |
Initializes a new instance of SupportedSecurityOption. |
Properties
| Name | Description |
|---|---|
| TrustedLaunchAndConfidentialVmSupported |
The disk supports creating both Trusted Launch and Confidential VMs. |
| TrustedLaunchSupported |
The disk supports creating Trusted Launch VMs. |
Methods
| Name | Description |
|---|---|
| Equals(SupportedSecurityOption) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(SupportedSecurityOption, SupportedSecurityOption) |
Determines if two SupportedSecurityOption values are the same. |
| Implicit(String to SupportedSecurityOption) |
Converts a String to a SupportedSecurityOption. |
| Inequality(SupportedSecurityOption, SupportedSecurityOption) |
Determines if two SupportedSecurityOption values are not the same. |