DeploymentUpgradeParameters Class
Represents the parameters that are used to update 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.DeploymentUpgradeParameters
Syntax
public class DeploymentUpgradeParameters
public ref class DeploymentUpgradeParameters
type DeploymentUpgradeParameters = class end
Public Class DeploymentUpgradeParameters
Constructors
Name | Description | |
---|---|---|
DeploymentUpgradeParameters() | Initializes a new instance of the DeploymentUpgradeParameters class. |
Properties
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 that defines the extension that is added to the cloud service. |
|
Force | Gets or sets whether the update should proceed even when it will cause local data to be lost from some role instances. |
|
Label | Gets or sets a base-64 encoded identifier for the deployment. |
|
Mode | Gets or sets a DeploymentUpgradeMode value that specifies the type of update to initiate. |
|
PackageUri | Gets or sets the URL that refers to the location of the service package in the Blob service. |
|
RoleToUpgrade | Gets or sets the name of the specific role instance to update. |
Methods
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.) |
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