Share via


BatchTaskContainerExecutionInfo Class

Definition

Contains information about the container which a Task is executing.

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

Properties

ContainerId

The ID of the container.

Error

Detailed error information about the container. This is the detailed error string from the Docker service, if available. It is equivalent to the error field returned by "docker inspect".

State

The state of the container. This is the state of the container according to the Docker service. It is equivalent to the status field returned by "docker inspect".

Explicit Interface Implementations

IJsonModel<BatchTaskContainerExecutionInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<BatchTaskContainerExecutionInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BatchTaskContainerExecutionInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BatchTaskContainerExecutionInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<BatchTaskContainerExecutionInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to