HciVmSecurityType 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.
Specifies the SecurityType of the virtual machine. EnableTPM and SecureBootEnabled must be set to true for SecurityType to function.
public readonly struct HciVmSecurityType : IEquatable<Azure.ResourceManager.Hci.Vm.Models.HciVmSecurityType>
type HciVmSecurityType = struct
Public Structure HciVmSecurityType
Implements IEquatable(Of HciVmSecurityType)
- Inheritance
-
HciVmSecurityType
- Implements
Constructors
| Name | Description |
|---|---|
| HciVmSecurityType(String) |
Initializes a new instance of HciVmSecurityType. |
Properties
| Name | Description |
|---|---|
| ConfidentialVm |
Confidential VM security type. |
| TrustedLaunch |
Trusted Launch security type. |
Methods
| Name | Description |
|---|---|
| Equals(HciVmSecurityType) |
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(HciVmSecurityType, HciVmSecurityType) |
Determines if two HciVmSecurityType values are the same. |
| Implicit(String to HciVmSecurityType) |
Converts a String to a HciVmSecurityType. |
| Inequality(HciVmSecurityType, HciVmSecurityType) |
Determines if two HciVmSecurityType values are not the same. |