Package | Description |
---|---|
com.microsoft.azure.management.containerregistry |
This package contains the classes for ContainerRegistryManagementClient.
|
Modifier and Type | Method and Description |
---|---|
EventContent |
EventRequestMessage.content()
Get the content of the event request message.
|
EventContent |
EventContent.withAction(String action)
Set the action that encompasses the provided event.
|
EventContent |
EventContent.withActor(Actor actor)
Set the agent that initiated the event.
|
EventContent |
EventContent.withId(String id)
Set the event ID.
|
EventContent |
EventContent.withRequest(Request request)
Set the request that generated the event.
|
EventContent |
EventContent.withSource(Source source)
Set the registry node that generated the event.
|
EventContent |
EventContent.withTarget(Target target)
Set the target of the event.
|
EventContent |
EventContent.withTimestamp(org.joda.time.DateTime timestamp)
Set the time at which the event occurred.
|
Modifier and Type | Method and Description |
---|---|
EventRequestMessage |
EventRequestMessage.withContent(EventContent content)
Set the content of the event request message.
|
Copyright © 2019. All rights reserved.