ConfidentialVmIntent 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.
Captures the customer's intent to enable or disable Confidential Virtual Machine (CVM) support on the cluster, either during initial deployment (Day-0) or at a later stage (Day-N).
public readonly struct ConfidentialVmIntent : IEquatable<Azure.ResourceManager.Hci.Models.ConfidentialVmIntent>
type ConfidentialVmIntent = struct
Public Structure ConfidentialVmIntent
Implements IEquatable(Of ConfidentialVmIntent)
- Inheritance
-
ConfidentialVmIntent
- Implements
Constructors
| Name | Description |
|---|---|
| ConfidentialVmIntent(String) |
Initializes a new instance of ConfidentialVmIntent. |
Properties
| Name | Description |
|---|---|
| Disable |
Indicates that the customer intends to disable CVM support on the cluster. |
| Enable |
Indicates that the customer intends to enable CVM support on the cluster. |
Methods
| Name | Description |
|---|---|
| Equals(ConfidentialVmIntent) |
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(ConfidentialVmIntent, ConfidentialVmIntent) |
Determines if two ConfidentialVmIntent values are the same. |
| Implicit(String to ConfidentialVmIntent) |
Converts a string to a ConfidentialVmIntent. |
| Implicit(String to Nullable<ConfidentialVmIntent>) | |
| Inequality(ConfidentialVmIntent, ConfidentialVmIntent) |
Determines if two ConfidentialVmIntent values are not the same. |