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)

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

Public Class DeploymentChangeConfigurationParameters

NameDescription
System_CAPS_pubmethodDeploymentChangeConfigurationParameters()

Initializes a new instance of the DeploymentChangeConfigurationParameters class.

System_CAPS_pubmethodDeploymentChangeConfigurationParameters(String)

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

NameDescription
System_CAPS_pubpropertyConfiguration

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

System_CAPS_pubpropertyExtendedProperties

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

System_CAPS_pubpropertyExtensionConfiguration

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

System_CAPS_pubpropertyMode

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

System_CAPS_pubpropertyTreatWarningsAsError

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

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

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

Return to top
Show: