DeploymentChangeConfigurationParameters Class
Represents the parameters that are used to change the configuration of a deployment.
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)
Microsoft.WindowsAzure.Management.Compute.Models::DeploymentChangeConfigurationParameters
| Name | Description | |
|---|---|---|
![]() | DeploymentChangeConfigurationParameters() | Initializes a new instance of the DeploymentChangeConfigurationParameters class. |
![]() | DeploymentChangeConfigurationParameters(String^) | Initializes a new instance of the DeploymentChangeConfigurationParameters class with required arguments. |
| Name | Description | |
|---|---|---|
![]() | Configuration | Gets or sets the base-64 encoded service configuration file for the deployment. |
![]() | ExtendedProperties | Gets or sets a collection of properties that are added to the deployment of a cloud service. |
![]() | ExtensionConfiguration | Gets or sets an ExtensionConfiguration object defines the extension that is added to the cloud service. |
![]() | Mode | Gets or sets a DeploymentChangeConfigurationMode value that specifies the mode of the configuration change. |
![]() | TreatWarningsAsError | Gets or sets whether to treat package validation warnings as errors. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (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.


