azure-docs-sdk-java/docs-ref-autogen/com.azure.containers.contai...

87 строки
7.0 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.containers.containerregistry.models.ManifestMediaType"
fullName: "com.azure.containers.containerregistry.models.ManifestMediaType"
name: "ManifestMediaType"
nameWithType: "ManifestMediaType"
summary: "Manifest media type."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.util.ExpandableStringEnum?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"com.azure.core.util.ExpandableStringEnum?alt=com.azure.core.util.ExpandableStringEnum&text=ExpandableStringEnum\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"com.azure.core.util.ExpandableStringEnum.<T>fromString(java.lang.String,java.lang.Class<T>)?alt=com.azure.core.util.ExpandableStringEnum.<T>fromString&text=<T>fromString\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.util.ExpandableStringEnum.<T>values(java.lang.Class<T>)?alt=com.azure.core.util.ExpandableStringEnum.<T>values&text=<T>values\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.util.ExpandableStringEnum.equals(java.lang.Object)?alt=com.azure.core.util.ExpandableStringEnum.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.util.ExpandableStringEnum.getValue()?alt=com.azure.core.util.ExpandableStringEnum.getValue&text=getValue\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.util.ExpandableStringEnum.hashCode()?alt=com.azure.core.util.ExpandableStringEnum.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.util.ExpandableStringEnum.toString()?alt=com.azure.core.util.ExpandableStringEnum.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **ManifestMediaType**</br> extends <xref href=\"com.azure.core.util.ExpandableStringEnum?alt=com.azure.core.util.ExpandableStringEnum&text=ExpandableStringEnum\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.containers.containerregistry.models.ManifestMediaType?alt=com.azure.containers.containerregistry.models.ManifestMediaType&text=ManifestMediaType\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.azure.containers.containerregistry.models.ManifestMediaType.ManifestMediaType()"
fullName: "com.azure.containers.containerregistry.models.ManifestMediaType.ManifestMediaType()"
name: "ManifestMediaType()"
nameWithType: "ManifestMediaType.ManifestMediaType()"
summary: "Constructs Manifest<wbr>Media<wbr>Type object."
deprecatedTag: "use <xref uid=\"com.azure.containers.containerregistry.models.ManifestMediaType.fromString(java.lang.String)\" data-throw-if-not-resolved=\"false\" data-raw-source=\"ManifestMediaType#fromString(String)\"></xref> instead."
syntax: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Deprecated.html\">@Deprecated</a></br>public ManifestMediaType()"
desc: "Constructs ManifestMediaType object."
hasDeprecatedTag: true
fields:
- uid: "com.azure.containers.containerregistry.models.ManifestMediaType.DOCKER_MANIFEST"
fullName: "com.azure.containers.containerregistry.models.ManifestMediaType.DOCKER_MANIFEST"
name: "DOCKER_MANIFEST"
nameWithType: "ManifestMediaType.DOCKER_MANIFEST"
summary: "Docker v2 manifest content type."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.containers.containerregistry.models.ManifestMediaType?alt=com.azure.containers.containerregistry.models.ManifestMediaType&text=ManifestMediaType\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final ManifestMediaType DOCKER_MANIFEST"
desc: "Docker v2 manifest content type."
- uid: "com.azure.containers.containerregistry.models.ManifestMediaType.OCI_IMAGE_MANIFEST"
fullName: "com.azure.containers.containerregistry.models.ManifestMediaType.OCI_IMAGE_MANIFEST"
name: "OCI_IMAGE_MANIFEST"
nameWithType: "ManifestMediaType.OCI_IMAGE_MANIFEST"
summary: "OCI manifest content type."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.containers.containerregistry.models.ManifestMediaType?alt=com.azure.containers.containerregistry.models.ManifestMediaType&text=ManifestMediaType\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final ManifestMediaType OCI_IMAGE_MANIFEST"
desc: "OCI manifest content type."
methods:
- uid: "com.azure.containers.containerregistry.models.ManifestMediaType.fromString(java.lang.String)"
fullName: "com.azure.containers.containerregistry.models.ManifestMediaType.fromString(String mediaType)"
name: "fromString(String mediaType)"
nameWithType: "ManifestMediaType.fromString(String mediaType)"
summary: "Creates an instance of <xref uid=\"com.azure.containers.containerregistry.models.ManifestMediaType\" data-throw-if-not-resolved=\"false\" data-raw-source=\"ManifestMediaType\"></xref> from content type string."
modifiers:
- "static"
parameters:
- description: "the string with manifest content type(s)."
name: "mediaType"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static ManifestMediaType fromString(String mediaType)"
desc: "Creates an instance of <xref uid=\"com.azure.containers.containerregistry.models.ManifestMediaType\" data-throw-if-not-resolved=\"false\" data-raw-source=\"ManifestMediaType\"></xref> from content type string."
returns:
description: "instance of new <xref uid=\"com.azure.containers.containerregistry.models.ManifestMediaType\" data-throw-if-not-resolved=\"false\" data-raw-source=\"ManifestMediaType\"></xref>."
type: "<xref href=\"com.azure.containers.containerregistry.models.ManifestMediaType?alt=com.azure.containers.containerregistry.models.ManifestMediaType&text=ManifestMediaType\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Manifest media type."
metadata: {}
package: "com.azure.containers.containerregistry.models"
artifact: com.azure:azure-containers-containerregistry:1.2.13