| Package | Description |
|---|---|
| com.microsoft.azure.eventgrid.models |
This package contains the models classes for EventGridClient.
|
| Modifier and Type | Method and Description |
|---|---|
ContainerRegistryEventSource |
ContainerRegistryEventData.source()
Get the registry node that generated the event.
|
ContainerRegistryEventSource |
ContainerRegistryEventSource.withAddr(String addr)
Set the IP or hostname and the port of the registry node that generated the event.
|
ContainerRegistryEventSource |
ContainerRegistryEventSource.withInstanceID(String instanceID)
Set the running instance of an application.
|
| Modifier and Type | Method and Description |
|---|---|
ContainerRegistryEventData |
ContainerRegistryEventData.withSource(ContainerRegistryEventSource source)
Set the registry node 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.
*/