ClusterJobProperties 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.
Cluster Job properties Please note this is the abstract base class. The derived classes available for instantiation are: HciConfigureSdnIntegrationJobProperties and HciConfigureCvmJobProperties.
[System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.Hci.Models.UnknownClusterJobProperties))]
public abstract class ClusterJobProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Hci.Models.ClusterJobProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Hci.Models.ClusterJobProperties>
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.Hci.Models.UnknownClusterJobProperties))>]
type ClusterJobProperties = class
interface IJsonModel<ClusterJobProperties>
interface IPersistableModel<ClusterJobProperties>
Public MustInherit Class ClusterJobProperties
Implements IJsonModel(Of ClusterJobProperties), IPersistableModel(Of ClusterJobProperties)
- Inheritance
-
ClusterJobProperties
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| DeploymentMode |
Deployment mode to trigger job. |
| EndOn |
The UTC date and time at which the job completed. |
| JobId |
Unique, immutable job id. |
| ProvisioningState |
Job provisioning state. |
| ReportedProperties |
Reported properties for job. |
| StartOn |
The UTC date and time at which the job started. |
| Status |
Status of Cluster job. |