ArmHciModelFactory.ClusterJobProperties Method
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.
public static Azure.ResourceManager.Hci.Models.ClusterJobProperties ClusterJobProperties(string jobType = default, Azure.ResourceManager.Hci.Models.EceDeploymentMode? deploymentMode = default, Azure.ResourceManager.Hci.Models.HciProvisioningState? provisioningState = default, string jobId = default, DateTimeOffset? startOn = default, DateTimeOffset? endOn = default, Azure.ResourceManager.Hci.Models.HciJobStatus? status = default, Azure.ResourceManager.Hci.Models.JobReportedProperties reportedProperties = default);
static member ClusterJobProperties : string * Nullable<Azure.ResourceManager.Hci.Models.EceDeploymentMode> * Nullable<Azure.ResourceManager.Hci.Models.HciProvisioningState> * string * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * Nullable<Azure.ResourceManager.Hci.Models.HciJobStatus> * Azure.ResourceManager.Hci.Models.JobReportedProperties -> Azure.ResourceManager.Hci.Models.ClusterJobProperties
Public Shared Function ClusterJobProperties (Optional jobType As String = Nothing, Optional deploymentMode As Nullable(Of EceDeploymentMode) = Nothing, Optional provisioningState As Nullable(Of HciProvisioningState) = Nothing, Optional jobId As String = Nothing, Optional startOn As Nullable(Of DateTimeOffset) = Nothing, Optional endOn As Nullable(Of DateTimeOffset) = Nothing, Optional status As Nullable(Of HciJobStatus) = Nothing, Optional reportedProperties As JobReportedProperties = Nothing) As ClusterJobProperties
Parameters
- jobType
- String
Job Type to support polymorphic resource.
- deploymentMode
- Nullable<EceDeploymentMode>
Deployment mode to trigger job.
- provisioningState
- Nullable<HciProvisioningState>
Job provisioning state.
- jobId
- String
Unique, immutable job id.
- startOn
- Nullable<DateTimeOffset>
The UTC date and time at which the job started.
- endOn
- Nullable<DateTimeOffset>
The UTC date and time at which the job completed.
- status
- Nullable<HciJobStatus>
Status of Cluster job.
- reportedProperties
- JobReportedProperties
Reported properties for job.
Returns
A new ClusterJobProperties instance for mocking.