| Package | Description |
|---|---|
| com.microsoft.azure.eventgrid.models |
This package contains the models classes for EventGridClient.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ContainerRegistryImageDeletedEventData
Schema of the Data property of an EventGridEvent for a
Microsoft.ContainerRegistry.ImageDeleted event.
|
class |
ContainerRegistryImagePushedEventData
Schema of the Data property of an EventGridEvent for a
Microsoft.ContainerRegistry.ImagePushed event.
|
| Modifier and Type | Method and Description |
|---|---|
ContainerRegistryEventData |
ContainerRegistryEventData.withAction(String action)
Set the action that encompasses the provided event.
|
ContainerRegistryEventData |
ContainerRegistryEventData.withActor(ContainerRegistryEventActor actor)
Set the agent that initiated the event.
|
ContainerRegistryEventData |
ContainerRegistryEventData.withId(String id)
Set the event ID.
|
ContainerRegistryEventData |
ContainerRegistryEventData.withRequest(ContainerRegistryEventRequest request)
Set the request that generated the event.
|
ContainerRegistryEventData |
ContainerRegistryEventData.withSource(ContainerRegistryEventSource source)
Set the registry node that generated the event.
|
ContainerRegistryEventData |
ContainerRegistryEventData.withTarget(ContainerRegistryEventTarget target)
Set the target of the event.
|
ContainerRegistryEventData |
ContainerRegistryEventData.withTimestamp(org.joda.time.DateTime timestamp)
Set the time at which the event occurred.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/