CloudServiceConfiguration Class

Definition

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

public class CloudServiceConfiguration
type CloudServiceConfiguration = class
Public Class CloudServiceConfiguration
Inheritance
CloudServiceConfiguration

Constructors

CloudServiceConfiguration()

Default constructor to support mocking the CloudServiceConfiguration class.

CloudServiceConfiguration(String, String)

Initializes a new instance of the CloudServiceConfiguration class.

Properties

OSFamily

Gets or sets the Azure Guest OS family to be installed on the virtual machines in the pool.

OSVersion

Gets or sets the Azure Guest OS version to be installed on the virtual machines in the pool. If no value is provided, the Batch service will default to "'*", which specifies the latest operating system version for the OSFamily.

Applies to