BatchDeploymentConfiguration Class

Definition

Deployment configuration properties.

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

Constructors

BatchDeploymentConfiguration()

Initializes a new instance of BatchDeploymentConfiguration.

Properties

CloudServiceConfiguration

This property and virtualMachineConfiguration are mutually exclusive and one of the properties must be specified. This property cannot be specified if the Batch account was created with its poolAllocationMode property set to 'UserSubscription'.

VmConfiguration

This property and cloudServiceConfiguration are mutually exclusive and one of the properties must be specified.

Explicit Interface Implementations

IJsonModel<BatchDeploymentConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<BatchDeploymentConfiguration>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BatchDeploymentConfiguration>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BatchDeploymentConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<BatchDeploymentConfiguration>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to