| Package | Description |
|---|---|
| com.microsoft.azure.eventgrid.models |
This package contains the models classes for EventGridClient.
|
| Modifier and Type | Method and Description |
|---|---|
ContainerRegistryArtifactEventTarget |
ContainerRegistryArtifactEventData.target()
Get the target of the event.
|
ContainerRegistryArtifactEventTarget |
ContainerRegistryArtifactEventTarget.withDigest(String digest)
Set the digest of the artifact.
|
ContainerRegistryArtifactEventTarget |
ContainerRegistryArtifactEventTarget.withMediaType(String mediaType)
Set the MIME type of the artifact.
|
ContainerRegistryArtifactEventTarget |
ContainerRegistryArtifactEventTarget.withName(String name)
Set the name of the artifact.
|
ContainerRegistryArtifactEventTarget |
ContainerRegistryArtifactEventTarget.withRepository(String repository)
Set the repository name of the artifact.
|
ContainerRegistryArtifactEventTarget |
ContainerRegistryArtifactEventTarget.withSize(Long size)
Set the size in bytes of the artifact.
|
ContainerRegistryArtifactEventTarget |
ContainerRegistryArtifactEventTarget.withTag(String tag)
Set the tag of the artifact.
|
ContainerRegistryArtifactEventTarget |
ContainerRegistryArtifactEventTarget.withVersion(String version)
Set the version of the artifact.
|
| Modifier and Type | Method and Description |
|---|---|
ContainerRegistryArtifactEventData |
ContainerRegistryArtifactEventData.withTarget(ContainerRegistryArtifactEventTarget 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.
*/