Class UploadManifestResult

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

public final class UploadManifestResult extends Object
The result from uploading a manifest.
  • Constructor Details

    • UploadManifestResult

      public UploadManifestResult(String digest)
      Initializes upload manifest result object.
      Parameters:
      digest - The digest associated with the manifest.
  • Method Details

    • getDigest

      public String getDigest()
      Get the digest associated with the upload manifest operation.
      Returns:
      The digest.