HciConfigureCvmJobProperties 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.
Defines the customer's intent for updating confidential VM properties.
public class HciConfigureCvmJobProperties : Azure.ResourceManager.Hci.Models.ClusterJobProperties, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Hci.Models.HciConfigureCvmJobProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Hci.Models.HciConfigureCvmJobProperties>
type HciConfigureCvmJobProperties = class
inherit ClusterJobProperties
interface IJsonModel<HciConfigureCvmJobProperties>
interface IPersistableModel<HciConfigureCvmJobProperties>
Public Class HciConfigureCvmJobProperties
Inherits ClusterJobProperties
Implements IJsonModel(Of HciConfigureCvmJobProperties), IPersistableModel(Of HciConfigureCvmJobProperties)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| HciConfigureCvmJobProperties(ConfidentialVmIntent) |
Initializes a new instance of HciConfigureCvmJobProperties. |
Properties
| Name | Description |
|---|---|
| ConfidentialVmIntent |
Defines the customer's intent for updating confidential VM properties. |
| DeploymentMode |
Deployment mode to trigger job. (Inherited from ClusterJobProperties) |
| EndOn |
The UTC date and time at which the job completed. (Inherited from ClusterJobProperties) |
| JobId |
Unique, immutable job id. (Inherited from ClusterJobProperties) |
| ProvisioningState |
Job provisioning state. (Inherited from ClusterJobProperties) |
| ReportedProperties |
Reported properties for job. (Inherited from ClusterJobProperties) |
| StartOn |
The UTC date and time at which the job started. (Inherited from ClusterJobProperties) |
| Status |
Status of Cluster job. (Inherited from ClusterJobProperties) |