public final class ContainerPropertiesInstanceView extends Object
| Constructor and Description |
|---|
ContainerPropertiesInstanceView() |
| Modifier and Type | Method and Description |
|---|---|
ContainerState |
currentState()
Get the currentState property: Current container instance state.
|
List<Event> |
events()
Get the events property: The events of the container instance.
|
ContainerState |
previousState()
Get the previousState property: Previous container instance state.
|
Integer |
restartCount()
Get the restartCount property: The number of times that the container instance has been restarted.
|
void |
validate()
Validates the instance.
|
public Integer restartCount()
public ContainerState currentState()
public ContainerState previousState()
public List<Event> events()
public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.