Package | Description |
---|---|
com.microsoft.azure.management.containerregistry |
This package contains the classes for ContainerRegistryManagementClient.
|
Modifier and Type | Method and Description |
---|---|
Target |
EventContent.target()
Get the target of the event.
|
Target |
Target.withDigest(String digest)
Set the digest of the content, as defined by the Registry V2 HTTP API Specification.
|
Target |
Target.withLength(Long length)
Set the number of bytes of the content.
|
Target |
Target.withMediaType(String mediaType)
Set the MIME type of the referenced object.
|
Target |
Target.withRepository(String repository)
Set the repository name.
|
Target |
Target.withSize(Long size)
Set the number of bytes of the content.
|
Target |
Target.withTag(String tag)
Set the tag name.
|
Target |
Target.withUrl(String url)
Set the direct URL to the content.
|
Modifier and Type | Method and Description |
---|---|
EventContent |
EventContent.withTarget(Target target)
Set the target of the event.
|
Copyright © 2019. All rights reserved.