Class ManifestMediaType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<ManifestMediaType>
com.azure.containers.containerregistry.models.ManifestMediaType

public class ManifestMediaType extends com.azure.core.util.ExpandableStringEnum<ManifestMediaType>
Manifest media type.
  • Field Details

    • DOCKER_MANIFEST

      public static final ManifestMediaType DOCKER_MANIFEST
      Docker v2 manifest content type.
    • OCI_MANIFEST

      public static final ManifestMediaType OCI_MANIFEST
      OCI manifest content type.
  • Method Details