UpgradeStatus.UpgradeType 属性

 

获取或设置 DeploymentUpgradeType 值,该值指定升级的类型。

命名空间:   Microsoft.WindowsAzure.Management.Compute.Models
程序集:  Microsoft.WindowsAzure.Management.Compute(Microsoft.WindowsAzure.Management.Compute.dll 中)

语法

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

属性值

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

一个 DeploymentUpgradeType 值。

请参阅

UpgradeStatus 类
Microsoft.WindowsAzure.Management.Compute.Models 命名空间

返回页首