DeploymentChangeConfigurationParameters Class

 

Represents the parameters that are used to change the configuration of a deployment.

Namespace:   Microsoft.WindowsAzure.Management.Compute.Models
Assembly:  Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.Management.Compute.Models.DeploymentChangeConfigurationParameters

Syntax

public class DeploymentChangeConfigurationParameters
public ref class DeploymentChangeConfigurationParameters 
type DeploymentChangeConfigurationParameters = class end
Public Class DeploymentChangeConfigurationParameters

Constructors

Name Description
System_CAPS_pubmethod DeploymentChangeConfigurationParameters()

Initializes a new instance of the DeploymentChangeConfigurationParameters class.

System_CAPS_pubmethod DeploymentChangeConfigurationParameters(String)

Initializes a new instance of the DeploymentChangeConfigurationParameters class with required arguments.

Properties

Name Description
System_CAPS_pubproperty Configuration

Gets or sets the base-64 encoded service configuration file for the deployment.

System_CAPS_pubproperty ExtendedProperties

Gets or sets a collection of properties that are added to the deployment of a cloud service.

System_CAPS_pubproperty ExtensionConfiguration

Gets or sets an ExtensionConfiguration object defines the extension that is added to the cloud service.

System_CAPS_pubproperty Mode

Gets or sets a DeploymentChangeConfigurationMode value that specifies the mode of the configuration change.

System_CAPS_pubproperty TreatWarningsAsError

Gets or sets whether to treat package validation warnings as errors.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top