| Package | Description |
|---|---|
| com.microsoft.azure.management.containerregistry |
This package contains the classes for ContainerRegistryManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
ImageDescriptor |
ImageDescriptor.withDigest(String digest)
Set the sha256-based digest of the image manifest.
|
ImageDescriptor |
ImageDescriptor.withRegistry(String registry)
Set the registry login server.
|
ImageDescriptor |
ImageDescriptor.withRepository(String repository)
Set the repository name.
|
ImageDescriptor |
ImageDescriptor.withTag(String tag)
Set the tag name.
|
| Modifier and Type | Method and Description |
|---|---|
List<ImageDescriptor> |
ImageUpdateTrigger.images()
Get the list of image updates that caused the build.
|
| Modifier and Type | Method and Description |
|---|---|
ImageUpdateTrigger |
ImageUpdateTrigger.withImages(List<ImageDescriptor> images)
Set the list of image updates that caused the build.
|
Copyright © 2019. All rights reserved.