public final class RollbackStatusInfo extends Object
Constructor and Description |
---|
RollbackStatusInfo() |
Modifier and Type | Method and Description |
---|---|
Integer |
failedRolledbackInstanceCount()
Get the failedRolledbackInstanceCount property: The number of instances which failed to rollback.
|
ApiError |
rollbackError()
Get the rollbackError property: Error details if OS rollback failed.
|
Integer |
successfullyRolledbackInstanceCount()
Get the successfullyRolledbackInstanceCount property: The number of instances which have been successfully rolled
back.
|
void |
validate()
Validates the instance.
|
public Integer successfullyRolledbackInstanceCount()
public Integer failedRolledbackInstanceCount()
public ApiError rollbackError()
public void validate()
IllegalArgumentException
- thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.