ContainerRegistryEventRequest Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The request that generated the event.
public class ContainerRegistryEventRequest
public class ContainerRegistryEventRequest : System.ClientModel.Primitives.IJsonModel<Azure.Messaging.EventGrid.SystemEvents.ContainerRegistryEventRequest>, System.ClientModel.Primitives.IPersistableModel<Azure.Messaging.EventGrid.SystemEvents.ContainerRegistryEventRequest>
type ContainerRegistryEventRequest = class
type ContainerRegistryEventRequest = class
interface IJsonModel<ContainerRegistryEventRequest>
interface IPersistableModel<ContainerRegistryEventRequest>
Public Class ContainerRegistryEventRequest
Public Class ContainerRegistryEventRequest
Implements IJsonModel(Of ContainerRegistryEventRequest), IPersistableModel(Of ContainerRegistryEventRequest)
- Inheritance
-
ContainerRegistryEventRequest
- Implements
Properties
Addr |
The IP or hostname and possibly port of the client connection that initiated the event. This is the RemoteAddr from the standard http request. |
Host |
The externally accessible hostname of the registry instance, as specified by the http host header on incoming requests. |
Id |
The ID of the request that initiated the event. |
Method |
The request method that generated the event. |
Useragent |
The user agent header of the request. |