Megosztás a következőn keresztül:


BatchJobTerminateContent Class

Definition

Parameters for terminating an Azure Batch Job.

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

Constructors

BatchJobTerminateContent()

Initializes a new instance of BatchJobTerminateContent.

Properties

TerminationReason

The text you want to appear as the Job's TerminationReason. The default is 'UserTerminate'.

Explicit Interface Implementations

IJsonModel<BatchJobTerminateContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<BatchJobTerminateContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BatchJobTerminateContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BatchJobTerminateContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<BatchJobTerminateContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to