Uses of Class
com.azure.resourcemanager.containerregistry.models.EventContent
Packages that use EventContent
Package
Description
Package containing the data models for ContainerRegistryManagementClient.
-
Uses of EventContent in com.azure.resourcemanager.containerregistry.models
Methods in com.azure.resourcemanager.containerregistry.models that return EventContentModifier and TypeMethodDescriptionEventRequestMessage.content()Get the content property: The content of the event request message.static EventContentEventContent.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of EventContent from the JsonReader.EventContent.withAction(String action) Set the action property: The action that encompasses the provided event.Set the actor property: The agent that initiated the event.Set the id property: The event ID.EventContent.withRequest(Request request) Set the request property: The request that generated the event.EventContent.withSource(Source source) Set the source property: The registry node that generated the event.EventContent.withTarget(Target target) Set the target property: The target of the event.EventContent.withTimestamp(OffsetDateTime timestamp) Set the timestamp property: The time at which the event occurred.Methods in com.azure.resourcemanager.containerregistry.models with parameters of type EventContentModifier and TypeMethodDescriptionEventRequestMessage.withContent(EventContent content) Set the content property: The content of the event request message.