Uses of Class
com.azure.containers.containerregistry.models.ManifestMediaType
Packages that use ManifestMediaType
Package
Description
Package containing the data models for AzureContainerRegistry.
-
Uses of ManifestMediaType in com.azure.containers.containerregistry.models
Fields in com.azure.containers.containerregistry.models declared as ManifestMediaTypeModifier and TypeFieldDescriptionstatic final ManifestMediaTypeManifestMediaType.DOCKER_MANIFESTDocker v2 manifest content type.static final ManifestMediaTypeManifestMediaType.OCI_IMAGE_MANIFESTOCI manifest content type.Methods in com.azure.containers.containerregistry.models that return ManifestMediaTypeModifier and TypeMethodDescriptionstatic ManifestMediaTypeManifestMediaType.fromString(String mediaType) Creates an instance ofManifestMediaTypefrom content type string.GetManifestResult.getManifestMediaType()Get manifest media type.SetManifestOptions.getManifestMediaType()Media type of the corresponding manifest.Constructors in com.azure.containers.containerregistry.models with parameters of type ManifestMediaTypeModifierConstructorDescriptionSetManifestOptions(com.azure.core.util.BinaryData manifest, ManifestMediaType manifestMediaType) Creates new instance ofSetManifestOptions