Package | Description |
---|---|
com.microsoft.azure.management.containerinstance |
This package contains the classes for ContainerInstanceManagementClient.
|
Modifier and Type | Method and Description |
---|---|
Event |
Event.withCount(Integer count)
Set the count of the event.
|
Event |
Event.withFirstTimestamp(org.joda.time.DateTime firstTimestamp)
Set the date-time of the earliest logged event.
|
Event |
Event.withLastTimestamp(org.joda.time.DateTime lastTimestamp)
Set the date-time of the latest logged event.
|
Event |
Event.withMessage(String message)
Set the event message.
|
Event |
Event.withName(String name)
Set the event name.
|
Event |
Event.withType(String type)
Set the event type.
|
Modifier and Type | Method and Description |
---|---|
List<Event> |
ContainerGroupPropertiesInstanceView.events()
Get the events of this container group.
|
List<Event> |
ContainerPropertiesInstanceView.events()
Get the events of the container instance.
|
Set<Event> |
ContainerGroup.events() |
Copyright © 2019. All rights reserved.