Class ContainerPropertiesInstanceView
java.lang.Object
com.microsoft.azure.management.containerinstance.ContainerPropertiesInstanceView
The instance view of the container instance. Only valid in response.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet current container instance state.events()
Get the events of the container instance.Get previous container instance state.Get the number of times that the container instance has been restarted.
-
Constructor Details
-
ContainerPropertiesInstanceView
public ContainerPropertiesInstanceView()
-
-
Method Details
-
restartCount
Get the number of times that the container instance has been restarted.- Returns:
- the restartCount value
-
currentState
Get current container instance state.- Returns:
- the currentState value
-
previousState
Get previous container instance state.- Returns:
- the previousState value
-
events
Get the events of the container instance.- Returns:
- the events value
-