public class ContainerRegistryEventSource extends Object
| Constructor and Description |
|---|
ContainerRegistryEventSource() |
| Modifier and Type | Method and Description |
|---|---|
String |
addr()
Get the IP or hostname and the port of the registry node that generated the event.
|
String |
instanceID()
Get the running instance of an application.
|
ContainerRegistryEventSource |
withAddr(String addr)
Set the IP or hostname and the port of the registry node that generated the event.
|
ContainerRegistryEventSource |
withInstanceID(String instanceID)
Set the running instance of an application.
|
public String addr()
public ContainerRegistryEventSource withAddr(String addr)
addr - the addr value to setpublic String instanceID()
public ContainerRegistryEventSource withInstanceID(String instanceID)
instanceID - the instanceID value to set /**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/