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()

Initializes a new instance of 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.

Applies to