UpgradeStatus Class

 

Represent the status of an upgrade of a deployment.

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

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.Management.Compute.Models.UpgradeStatus

Syntax

public class UpgradeStatus
public ref class UpgradeStatus 
type UpgradeStatus = class end
Public Class UpgradeStatus

Constructors

Name Description
System_CAPS_pubmethod UpgradeStatus()

Initializes a new instance of the UpgradeStatus class.

Properties

Name Description
System_CAPS_pubproperty CurrentUpgradeDomain

Gets or sets an integer value that represents the current upgrade domain.

System_CAPS_pubproperty CurrentUpgradeDomainState

Gets or sets a UpgradeDomainState value that specifies the current state of the upgrade.

System_CAPS_pubproperty UpgradeType

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

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top