次の方法で共有


BatchJobPreparationAndReleaseTaskStatus Class

Definition

The status of the Job Preparation and Job Release Tasks on a Compute Node.

public class BatchJobPreparationAndReleaseTaskStatus : System.ClientModel.Primitives.IJsonModel<Azure.Compute.Batch.BatchJobPreparationAndReleaseTaskStatus>, System.ClientModel.Primitives.IPersistableModel<Azure.Compute.Batch.BatchJobPreparationAndReleaseTaskStatus>
type BatchJobPreparationAndReleaseTaskStatus = class
    interface IJsonModel<BatchJobPreparationAndReleaseTaskStatus>
    interface IPersistableModel<BatchJobPreparationAndReleaseTaskStatus>
Public Class BatchJobPreparationAndReleaseTaskStatus
Implements IJsonModel(Of BatchJobPreparationAndReleaseTaskStatus), IPersistableModel(Of BatchJobPreparationAndReleaseTaskStatus)
Inheritance
BatchJobPreparationAndReleaseTaskStatus
Implements

Properties

JobPreparationTaskExecutionInfo

Information about the execution status of the Job Preparation Task on this Compute Node.

JobReleaseTaskExecutionInfo

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.

NodeId

The ID of the Compute Node to which this entry refers.

NodeUrl

The URL of the Compute Node to which this entry refers.

PoolId

The ID of the Pool containing the Compute Node to which this entry refers.

Explicit Interface Implementations

IJsonModel<BatchJobPreparationAndReleaseTaskStatus>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<BatchJobPreparationAndReleaseTaskStatus>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BatchJobPreparationAndReleaseTaskStatus>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BatchJobPreparationAndReleaseTaskStatus>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<BatchJobPreparationAndReleaseTaskStatus>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to