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 Summary
Constructors Constructor Description ContainerGroupPropertiesInstanceView()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Event>events()Get the events property: The events of this container group.Stringstate()Get the state property: The state of the container group.voidvalidate()Validates the instance.
-
-
-
Method Detail
-
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.
-
-