Class InitContainerPropertiesDefinitionInstanceView

java.lang.Object
com.microsoft.azure.management.containerinstance.InitContainerPropertiesDefinitionInstanceView

public class InitContainerPropertiesDefinitionInstanceView extends Object
The instance view of the init container. Only valid in response.
  • Constructor Details

    • InitContainerPropertiesDefinitionInstanceView

      public InitContainerPropertiesDefinitionInstanceView()
  • Method Details

    • restartCount

      public Integer restartCount()
      Get the number of times that the init container has been restarted.
      Returns:
      the restartCount value
    • currentState

      public ContainerState currentState()
      Get the current state of the init container.
      Returns:
      the currentState value
    • previousState

      public ContainerState previousState()
      Get the previous state of the init container.
      Returns:
      the previousState value
    • events

      public List<Event> events()
      Get the events of the init container.
      Returns:
      the events value