Class GetManifestResult

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

public final class GetManifestResult extends Object
The result of getting a manifest from the registry.
  • Method Details

    • getDigest

      public String getDigest()
      The manifest's digest, calculated by the registry.
      Returns:
      The digest.
    • getManifest

      public com.azure.core.util.BinaryData getManifest()
      The manifest content retrieved from the service.
      Returns:
      The associated manifest content.
    • getManifestMediaType

      public ManifestMediaType getManifestMediaType()
      Get manifest media type.
      Returns:
      Instance of ManifestMediaType