CloudServiceConfiguration Class

Definition

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

public class CloudServiceConfiguration
Inheritance
CloudServiceConfiguration

Constructors

CloudServiceConfiguration(String, String)

Initializes a new instance of the CloudServiceConfiguration class.

Properties

CurrentOSVersion

Gets the Azure Guest OS version currently installed on the virtual machines in the pool. This may differ from TargetOSVersion if the pool state is Upgrading.

OSFamily

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

TargetOSVersion

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.

Extension Methods

IsDefined(Object)
IsNull(Object)
IsPrimitive(Object)