ConfidentialVmProperties Class
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.
Represents the Confidential Virtual Machine (CVM) support intent and current status for the cluster resource.
public class ConfidentialVmProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Hci.Models.ConfidentialVmProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Hci.Models.ConfidentialVmProperties>
type ConfidentialVmProperties = class
interface IJsonModel<ConfidentialVmProperties>
interface IPersistableModel<ConfidentialVmProperties>
Public Class ConfidentialVmProperties
Implements IJsonModel(Of ConfidentialVmProperties), IPersistableModel(Of ConfidentialVmProperties)
- Inheritance
-
ConfidentialVmProperties
- Implements
Properties
| Name | Description |
|---|---|
| ConfidentialVmIntent |
Captures the customer's intent to enable or disable CVM support on the cluster, either during initial deployment (Day-0) or at a later stage (Day-N). |
| ConfidentialVmStatus |
Captures the current status of CVM support on the cluster. |
| ConfidentialVmStatusSummary |
Additional context about CVM support on the cluster, such as reasons for partial enablement or hardware constraints. |