Uses of Class
com.microsoft.azure.management.containerregistry.EventContent
Packages that use EventContent
Package
Description
This package contains the classes for ContainerRegistryManagementClient.
-
Uses of EventContent in com.microsoft.azure.management.containerregistry
Methods in com.microsoft.azure.management.containerregistry that return EventContentModifier 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.Methods in com.microsoft.azure.management.containerregistry with parameters of type EventContentModifier and TypeMethodDescriptionEventRequestMessage.withContent
(EventContent content) Set the content of the event request message.