Class Event
java.lang.Object
com.microsoft.azure.management.containerinstance.Event
A container group or container instance event.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Event
public Event()
-
-
Method Details
-
count
Get the count of the event.- Returns:
- the count value
-
firstTimestamp
public org.joda.time.DateTime firstTimestamp()Get the date-time of the earliest logged event.- Returns:
- the firstTimestamp value
-
lastTimestamp
public org.joda.time.DateTime lastTimestamp()Get the date-time of the latest logged event.- Returns:
- the lastTimestamp value
-
name
Get the event name.- Returns:
- the name value
-
message
Get the event message.- Returns:
- the message value
-
type
Get the event type.- Returns:
- the type value
-