BatchCloudServiceConfiguration Class

Definition

The configuration for nodes in a pool based on the Azure Cloud Services platform.

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

Constructors

BatchCloudServiceConfiguration(String)

Initializes a new instance of BatchCloudServiceConfiguration.

Properties

OSFamily

Possible values are: 2 - OS Family 2, equivalent to Windows Server 2008 R2 SP1. 3 - OS Family 3, equivalent to Windows Server 2012. 4 - OS Family 4, equivalent to Windows Server 2012 R2. 5 - OS Family 5, equivalent to Windows Server 2016. 6 - OS Family 6, equivalent to Windows Server 2019. For more information, see Azure Guest OS Releases (https://azure.microsoft.com/documentation/articles/cloud-services-guestos-update-matrix/#releases).

OSVersion

The default value is * which specifies the latest operating system version for the specified OS family.

Explicit Interface Implementations

IJsonModel<BatchCloudServiceConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<BatchCloudServiceConfiguration>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BatchCloudServiceConfiguration>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BatchCloudServiceConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<BatchCloudServiceConfiguration>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to