RollingUpgradeProgressInfo Class

Definition

Information about the number of virtual machine instances in each upgrade state.

public class RollingUpgradeProgressInfo
type RollingUpgradeProgressInfo = class
Public Class RollingUpgradeProgressInfo
Inheritance
RollingUpgradeProgressInfo

Constructors

RollingUpgradeProgressInfo()

Initializes a new instance of the RollingUpgradeProgressInfo class.

RollingUpgradeProgressInfo(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>)

Initializes a new instance of the RollingUpgradeProgressInfo class.

Properties

FailedInstanceCount

Gets the number of instances that have failed to be upgraded successfully.

InProgressInstanceCount

Gets the number of instances that are currently being upgraded.

PendingInstanceCount

Gets the number of instances that have not yet begun to be upgraded.

SuccessfulInstanceCount

Gets the number of instances that have been successfully upgraded.

Applies to