Uses of Class
com.azure.messaging.eventgrid.systemevents.ContainerRegistryEventRequest
Packages that use ContainerRegistryEventRequest
Package
Description
Package containing the data models for EventGridPublisherClient.
-
Uses of ContainerRegistryEventRequest in com.azure.messaging.eventgrid.systemevents
Methods in com.azure.messaging.eventgrid.systemevents that return ContainerRegistryEventRequestModifier and TypeMethodDescriptionContainerRegistryEventData.getRequest()Get the request property: The request that generated the event.Set the addr property: The IP or hostname and possibly port of the client connection that initiated the event.Set the host property: The externally accessible hostname of the registry instance, as specified by the http host header on incoming requests.Set the id property: The ID of the request that initiated the event.Set the method property: The request method that generated the event.ContainerRegistryEventRequest.setUseragent(String useragent) Set the useragent property: The user agent header of the request.Methods in com.azure.messaging.eventgrid.systemevents with parameters of type ContainerRegistryEventRequestModifier and TypeMethodDescriptionContainerRegistryEventData.setRequest(ContainerRegistryEventRequest request) Set the request property: The request that generated the event.ContainerRegistryImageDeletedEventData.setRequest(ContainerRegistryEventRequest request) Set the request property: The request that generated the event.ContainerRegistryImagePushedEventData.setRequest(ContainerRegistryEventRequest request) Set the request property: The request that generated the event.