| Package | Description |
|---|---|
| com.microsoft.azure.eventgrid.models |
This package contains the models classes for EventGridClient.
|
| Modifier and Type | Method and Description |
|---|---|
ContainerRegistryEventRequest |
ContainerRegistryEventData.request()
Get the request that generated the event.
|
ContainerRegistryEventRequest |
ContainerRegistryEventRequest.withAddr(String addr)
Set the IP or hostname and possibly port of the client connection that initiated the event.
|
ContainerRegistryEventRequest |
ContainerRegistryEventRequest.withHost(String host)
Set the externally accessible hostname of the registry instance, as specified by the http host header on incoming requests.
|
ContainerRegistryEventRequest |
ContainerRegistryEventRequest.withId(String id)
Set the ID of the request that initiated the event.
|
ContainerRegistryEventRequest |
ContainerRegistryEventRequest.withMethod(String method)
Set the request method that generated the event.
|
ContainerRegistryEventRequest |
ContainerRegistryEventRequest.withUseragent(String useragent)
Set the user agent header of the request.
|
| Modifier and Type | Method and Description |
|---|---|
ContainerRegistryEventData |
ContainerRegistryEventData.withRequest(ContainerRegistryEventRequest request)
Set the request that generated the event.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/