public class RollingUpgradeStatusInfoInner
extends com.azure.core.management.Resource
Constructor and Description |
---|
RollingUpgradeStatusInfoInner() |
Modifier and Type | Method and Description |
---|---|
ApiError |
error()
Get the error property: Error details for this upgrade, if there are any.
|
RollingUpgradePolicy |
policy()
Get the policy property: The rolling upgrade policies applied for this upgrade.
|
RollingUpgradeProgressInfo |
progress()
Get the progress property: Information about the number of virtual machine instances in each upgrade state.
|
RollingUpgradeRunningStatus |
runningStatus()
Get the runningStatus property: Information about the current running state of the overall upgrade.
|
void |
validate()
Validates the instance.
|
public RollingUpgradePolicy policy()
public RollingUpgradeRunningStatus runningStatus()
public RollingUpgradeProgressInfo progress()
public ApiError error()
public void validate()
IllegalArgumentException
- thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.