| Package | Description |
|---|---|
| com.microsoft.azure.eventgrid.models |
This package contains the models classes for EventGridClient.
|
| Modifier and Type | Method and Description |
|---|---|
ContainerRegistryEventTarget |
ContainerRegistryEventData.target()
Get the target of the event.
|
ContainerRegistryEventTarget |
ContainerRegistryEventTarget.withDigest(String digest)
Set the digest of the content, as defined by the Registry V2 HTTP API Specification.
|
ContainerRegistryEventTarget |
ContainerRegistryEventTarget.withLength(Long length)
Set the number of bytes of the content.
|
ContainerRegistryEventTarget |
ContainerRegistryEventTarget.withMediaType(String mediaType)
Set the MIME type of the referenced object.
|
ContainerRegistryEventTarget |
ContainerRegistryEventTarget.withRepository(String repository)
Set the repository name.
|
ContainerRegistryEventTarget |
ContainerRegistryEventTarget.withSize(Long size)
Set the number of bytes of the content.
|
ContainerRegistryEventTarget |
ContainerRegistryEventTarget.withTag(String tag)
Set the tag name.
|
ContainerRegistryEventTarget |
ContainerRegistryEventTarget.withUrl(String url)
Set the direct URL to the content.
|
| Modifier and Type | Method and Description |
|---|---|
ContainerRegistryEventData |
ContainerRegistryEventData.withTarget(ContainerRegistryEventTarget target)
Set the target of the event.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/