public final class RollingUpgradeProgressInfo extends Object
Constructor and Description |
---|
RollingUpgradeProgressInfo() |
Modifier and Type | Method and Description |
---|---|
Integer |
failedInstanceCount()
Get the failedInstanceCount property: The number of instances that have failed to be upgraded successfully.
|
Integer |
inProgressInstanceCount()
Get the inProgressInstanceCount property: The number of instances that are currently being upgraded.
|
Integer |
pendingInstanceCount()
Get the pendingInstanceCount property: The number of instances that have not yet begun to be upgraded.
|
Integer |
successfulInstanceCount()
Get the successfulInstanceCount property: The number of instances that have been successfully upgraded.
|
void |
validate()
Validates the instance.
|
public Integer successfulInstanceCount()
public Integer failedInstanceCount()
public Integer inProgressInstanceCount()
public Integer pendingInstanceCount()
public void validate()
IllegalArgumentException
- thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.