Class ContainerGroupPropertiesInstanceView

java.lang.Object
com.azure.resourcemanager.containerinstance.models.ContainerGroupPropertiesInstanceView

public final class ContainerGroupPropertiesInstanceView extends Object
The instance view of the container group. Only valid in response.
  • Constructor Details

    • ContainerGroupPropertiesInstanceView

      public ContainerGroupPropertiesInstanceView()
      Creates an instance of ContainerGroupPropertiesInstanceView class.
  • Method Details

    • events

      public List<Event> events()
      Get the events property: The events of this container group.
      Returns:
      the events value.
    • state

      public String state()
      Get the state property: The state of the container group. Only valid in response.
      Returns:
      the state value.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.