Uses of Class
com.microsoft.azure.management.containerregistry.EventContent
Package
Description
This package contains the classes for ContainerRegistryManagementClient.
-
Uses of EventContent in com.microsoft.azure.management.containerregistry
Modifier and TypeMethodDescriptionEventRequestMessage.content()
Get the content of the event request message.EventContent.withAction
(String action) Set the action that encompasses the provided event.Set the agent that initiated the event.Set the event ID.EventContent.withRequest
(Request request) Set the request that generated the event.EventContent.withSource
(Source source) Set the registry node that generated the event.EventContent.withTarget
(Target target) Set the target of the event.EventContent.withTimestamp
(org.joda.time.DateTime timestamp) Set the time at which the event occurred.Modifier and TypeMethodDescriptionEventRequestMessage.withContent
(EventContent content) Set the content of the event request message.