BatchEnvironmentSetting Class

Definition

An environment variable to be set on a task process.

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

Constructors

BatchEnvironmentSetting(String)

Initializes a new instance of BatchEnvironmentSetting.

Properties

Name

The name of the environment variable.

Value

The value of the environment variable.

Explicit Interface Implementations

IJsonModel<BatchEnvironmentSetting>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<BatchEnvironmentSetting>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BatchEnvironmentSetting>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BatchEnvironmentSetting>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<BatchEnvironmentSetting>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to