Class GetManifestResult
java.lang.Object
com.azure.containers.containerregistry.models.GetManifestResult
The result of getting a manifest from the registry.
-
Method Summary
Modifier and TypeMethodDescriptionThe manifest's digest, calculated by the registry.com.azure.core.util.BinaryDataThe manifest content retrieved from the service.Get manifest media type.
-
Method Details
-
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
Get manifest media type.- Returns:
- Instance of
ManifestMediaType
-