Share via


BatchApplication Class

Definition

Contains information about an application in an Azure Batch Account.

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

Properties

DisplayName

The display name for the application.

Id

A string that uniquely identifies the application within the Account.

Versions

The list of available versions of the application.

Explicit Interface Implementations

IJsonModel<BatchApplication>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<BatchApplication>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BatchApplication>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BatchApplication>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<BatchApplication>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to