Share via


BatchTaskAddCollectionResult Class

Definition

The result of adding a collection of Tasks to a Job.

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

Properties

Value

The results of the add Task collection operation.

Explicit Interface Implementations

IJsonModel<BatchTaskAddCollectionResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<BatchTaskAddCollectionResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BatchTaskAddCollectionResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BatchTaskAddCollectionResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<BatchTaskAddCollectionResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to