DeploymentUpgradeParameters.Mode Property

 

Gets or sets a DeploymentUpgradeMode value that specifies the type of update to initiate.

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

public DeploymentUpgradeMode Mode { get; set; }

Role instances are allocated to update domains when the service is deployed. Updates can be initiated manually in each update domain or initiated automatically in all update domains.

Return to top
Show: