Share via


UpgradeStatus.UpgradeType Property

 

Gets or sets a DeploymentUpgradeType value that specifies the type of the upgrade.

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

Syntax

public DeploymentUpgradeType UpgradeType { get; set; }
public:
property DeploymentUpgradeType UpgradeType {
    DeploymentUpgradeType get();
    void set(DeploymentUpgradeType value);
}
member UpgradeType : DeploymentUpgradeType with get, set
Public Property UpgradeType As DeploymentUpgradeType

Property Value

Type: Microsoft.WindowsAzure.Management.Compute.Models.DeploymentUpgradeType

A DeploymentUpgradeType value.

See Also

UpgradeStatus Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top