DeploymentConfiguration Class

Definition

Deployment configuration properties.

public class DeploymentConfiguration
type DeploymentConfiguration = class
Public Class DeploymentConfiguration
Inheritance
DeploymentConfiguration

Constructors

DeploymentConfiguration()

Initializes a new instance of the DeploymentConfiguration class.

DeploymentConfiguration(CloudServiceConfiguration, VirtualMachineConfiguration)

Initializes a new instance of the DeploymentConfiguration class.

Properties

CloudServiceConfiguration

Gets or sets the cloud service configuration for the pool.

VirtualMachineConfiguration

Gets or sets the virtual machine configuration for the pool.

Methods

Validate()

Validate the object.

Applies to