Share via


ManifestMediaType Struct

Definition

Media type values for Docker and OCI Manifests.

public readonly struct ManifestMediaType : IEquatable<Azure.Containers.ContainerRegistry.ManifestMediaType>
type ManifestMediaType = struct
Public Structure ManifestMediaType
Implements IEquatable(Of ManifestMediaType)
Inheritance
ManifestMediaType
Implements

Fields

DockerManifest

The media type for a Docker Image Manifest, Version 2, Schema 2. This format is described at https://docs.docker.com/registry/spec/manifest-v2-2/.

OciImageManifest

The media type for an OCI Image Manifest. This format is described at https://github.com/opencontainers/image-spec/blob/main/manifest.md.

Methods

Equals(ManifestMediaType)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(ManifestMediaType, ManifestMediaType)

Determines if two ManifestMediaType values are the same.

Explicit(ManifestMediaType to String)

Converts a ManifestMediaType to a string.

Implicit(String to ManifestMediaType)

Converts a string to a ManifestMediaType.

Inequality(ManifestMediaType, ManifestMediaType)

Determines if two ManifestMediaType values are different.

Applies to