Dela via


DeploymentChangeConfigurationParameters Class

Definition

Parameters supplied to the Change Configuration Deployment operation.

public class DeploymentChangeConfigurationParameters
type DeploymentChangeConfigurationParameters = class
Public Class DeploymentChangeConfigurationParameters
Inheritance
DeploymentChangeConfigurationParameters

Constructors

DeploymentChangeConfigurationParameters()

Initializes a new instance of the DeploymentChangeConfigurationParameters class.

DeploymentChangeConfigurationParameters(String)

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

Properties

Configuration

Required. The encoded service configuration file for the deployment.

ExtendedProperties

Optional. Represents the name of an extended deployment property. Each extended property must have a defined name and a value. You can have a maximum of 25 extended property name/value pairs. The maximum length of the name element is 64 characters, only alphanumeric characters and underscores are valid in the name, and the name must start with a letter. Attempting to use other characters, starting the name with a non-letter character, or entering a name that is identical to that of another extended property owned by the same hosted service will result in a status code 400 (Bad Request) error.

ExtensionConfiguration

Optional. Represents an extension that is added to the cloud service. In Azure, a process can run as an extension of a cloud service. For example, Remote Desktop Access or the Azure Diagnostics Agent can run as extensions to the cloud service. You must add an extension to the cloud service by using Add Extension before it can be added to the deployment.

Mode

Optional. The Change Configuration Deployment mode. Possible values are: Auto and Manual. If not specified, the default value is Auto. If set to Manual, WalkUpgradeDomain must be called to apply the update. If set to Auto, the update is automatically applied to each update domain for the service.

TreatWarningsAsError

Optional. Indicates whether to treat package validation warnings as errors. The default value is false. If set to true, the Created Deployment operation fails if there are validation warnings on the service package.

Applies to