ComputeBatchModelFactory.BatchJobPreparationAndReleaseTaskStatus 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.
Initializes a new instance of BatchJobPreparationAndReleaseTaskStatus.
public static Azure.Compute.Batch.BatchJobPreparationAndReleaseTaskStatus BatchJobPreparationAndReleaseTaskStatus (string poolId = default, string nodeId = default, string nodeUrl = default, Azure.Compute.Batch.BatchJobPreparationTaskExecutionInfo jobPreparationTaskExecutionInfo = default, Azure.Compute.Batch.BatchJobReleaseTaskExecutionInfo jobReleaseTaskExecutionInfo = default);
static member BatchJobPreparationAndReleaseTaskStatus : string * string * string * Azure.Compute.Batch.BatchJobPreparationTaskExecutionInfo * Azure.Compute.Batch.BatchJobReleaseTaskExecutionInfo -> Azure.Compute.Batch.BatchJobPreparationAndReleaseTaskStatus
Public Shared Function BatchJobPreparationAndReleaseTaskStatus (Optional poolId As String = Nothing, Optional nodeId As String = Nothing, Optional nodeUrl As String = Nothing, Optional jobPreparationTaskExecutionInfo As BatchJobPreparationTaskExecutionInfo = Nothing, Optional jobReleaseTaskExecutionInfo As BatchJobReleaseTaskExecutionInfo = Nothing) As BatchJobPreparationAndReleaseTaskStatus
Parameters
- poolId
- String
The ID of the Pool containing the Compute Node to which this entry refers.
- nodeId
- String
The ID of the Compute Node to which this entry refers.
- nodeUrl
- String
The URL of the Compute Node to which this entry refers.
- jobPreparationTaskExecutionInfo
- BatchJobPreparationTaskExecutionInfo
Information about the execution status of the Job Preparation Task on this Compute Node.
- jobReleaseTaskExecutionInfo
- BatchJobReleaseTaskExecutionInfo
Information about the execution status of the Job Release Task on this Compute Node. This property is set only if the Job Release Task has run on the Compute Node.
Returns
A new BatchJobPreparationAndReleaseTaskStatus instance for mocking.
Applies to
Azure SDK for .NET