RollingUpgradeProgressInfo Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET