public final class RollingUpgradeRunningStatus extends Object
Constructor and Description |
---|
RollingUpgradeRunningStatus() |
Modifier and Type | Method and Description |
---|---|
RollingUpgradeStatusCode |
code()
Get the code property: Code indicating the current status of the upgrade.
|
RollingUpgradeActionType |
lastAction()
Get the lastAction property: The last action performed on the rolling upgrade.
|
OffsetDateTime |
lastActionTime()
Get the lastActionTime property: Last action time of the upgrade.
|
OffsetDateTime |
startTime()
Get the startTime property: Start time of the upgrade.
|
void |
validate()
Validates the instance.
|
public RollingUpgradeStatusCode code()
public OffsetDateTime startTime()
public RollingUpgradeActionType lastAction()
public OffsetDateTime lastActionTime()
public void validate()
IllegalArgumentException
- thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.