DeploymentUpgradeType Enumeration

 

Specifies the type of the update.

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

Syntax

public enum DeploymentUpgradeType
public enum class DeploymentUpgradeType
type DeploymentUpgradeType
Public Enumeration DeploymentUpgradeType

Members

Member name Description
Auto

Specifies that the update type is Automatic.

Manual

Specifies that the update type is Manual.

See Also

Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top