Class DownloadManifestOptions

java.lang.Object
com.azure.containers.containerregistry.models.DownloadManifestOptions

public final class DownloadManifestOptions extends Object
Options for configuring the download manifest operation.
  • Method Details

    • fromTag

      public static DownloadManifestOptions fromTag(String tag)
      Instantiate the options class with tag.
      Parameters:
      tag - The tag associated with the manifest.
      Returns:
      The DownloadManifestOptions object.
    • fromDigest

      public static DownloadManifestOptions fromDigest(String digest)
      Instantiate the options class with tag.
      Parameters:
      digest - The digest associated with the manifest.
      Returns:
      The DownloadManifestOptions object.
    • getDigest

      public String getDigest()
      Digest identifier of the manifest.
      Returns:
      The associated digest.
    • getTag

      public String getTag()
      Tag identifier of the manifest.
      Returns:
      The associated tag.