BatchAccountFixedScaleSettings Class

Definition

Fixed scale settings for the pool.

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

Constructors

BatchAccountFixedScaleSettings()

Initializes a new instance of BatchAccountFixedScaleSettings.

Properties

NodeDeallocationOption

If omitted, the default value is Requeue.

ResizeTimeout

The default value is 15 minutes. Timeout values use ISO 8601 format. For example, use PT10M for 10 minutes. The minimum value is 5 minutes. If you specify a value less than 5 minutes, the Batch service rejects the request with an error; if you are calling the REST API directly, the HTTP status code is 400 (Bad Request).

TargetDedicatedNodes

At least one of targetDedicatedNodes, targetLowPriorityNodes must be set.

TargetLowPriorityNodes

At least one of targetDedicatedNodes, targetLowPriorityNodes must be set.

Explicit Interface Implementations

IJsonModel<BatchAccountFixedScaleSettings>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<BatchAccountFixedScaleSettings>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BatchAccountFixedScaleSettings>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BatchAccountFixedScaleSettings>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<BatchAccountFixedScaleSettings>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to