JobPreparationAndReleaseTaskExecutionInformation 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.
The status of the Job Preparation and Job Release Tasks on a Compute Node.
public class JobPreparationAndReleaseTaskExecutionInformation
type JobPreparationAndReleaseTaskExecutionInformation = class
Public Class JobPreparationAndReleaseTaskExecutionInformation
- Inheritance
-
JobPreparationAndReleaseTaskExecutionInformation
Constructors
JobPreparationAndReleaseTaskExecutionInformation() |
Initializes a new instance of the JobPreparationAndReleaseTaskExecutionInformation class. |
JobPreparationAndReleaseTaskExecutionInformation(String, String, String, JobPreparationTaskExecutionInformation, JobReleaseTaskExecutionInformation) |
Initializes a new instance of the JobPreparationAndReleaseTaskExecutionInformation class. |
Properties
JobPreparationTaskExecutionInfo |
Gets or sets information about the execution status of the Job Preparation Task on this Compute Node. |
JobReleaseTaskExecutionInfo |
Gets or sets information about the execution status of the Job Release Task on this Compute Node. |
NodeId |
Gets or sets the ID of the Compute Node to which this entry refers. |
NodeUrl |
Gets or sets the URL of the Compute Node to which this entry refers. |
PoolId |
Gets or sets the ID of the Pool containing the Compute Node to which this entry refers. |
Applies to
Azure SDK for .NET