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