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)
Syntax
public DeploymentUpgradeMode Mode { get; set; }
public:
property DeploymentUpgradeMode Mode {
DeploymentUpgradeMode get();
void set(DeploymentUpgradeMode value);
}
member Mode : DeploymentUpgradeMode with get, set
Public Property Mode As DeploymentUpgradeMode
Property Value
Type: Microsoft.WindowsAzure.Management.Compute.Models.DeploymentUpgradeMode
A DeploymentUpgradeMode value.
Remarks
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.
See Also
DeploymentUpgradeParameters Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace
Return to top