### YamlMime:JavaType
uid: "com.azure.containers.containerregistry.models.ArtifactManifestPlatform"
fullName: "com.azure.containers.containerregistry.models.ArtifactManifestPlatform"
name: "ArtifactManifestPlatform"
nameWithType: "ArtifactManifestPlatform"
summary: "The artifact's platform, consisting of operating system and architecture."
inheritances:
- ""
inheritedClassMethods:
- classRef: "java.lang.Object"
methodsRef:
- "clone"
- "equals"
- "finalize"
- "getClass"
- "hashCode"
- "notify"
- "notifyAll"
- "toString"
- "wait"
- "wait"
- "wait"
syntax: "public final class **ArtifactManifestPlatform** implements <>"
constructors:
- uid: "com.azure.containers.containerregistry.models.ArtifactManifestPlatform.ArtifactManifestPlatform()"
fullName: "com.azure.containers.containerregistry.models.ArtifactManifestPlatform.ArtifactManifestPlatform()"
name: "ArtifactManifestPlatform()"
nameWithType: "ArtifactManifestPlatform.ArtifactManifestPlatform()"
summary: "Creates an instance of ArtifactManifestPlatform class."
syntax: "public ArtifactManifestPlatform()"
desc: "Creates an instance of ArtifactManifestPlatform class."
methods:
- uid: "com.azure.containers.containerregistry.models.ArtifactManifestPlatform.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.containers.containerregistry.models.ArtifactManifestPlatform.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "ArtifactManifestPlatform.fromJson(JsonReader jsonReader)"
summary: "Reads an instance of ArtifactManifestPlatform from the JsonReader."
modifiers:
- "static"
parameters:
- description: "The JsonReader being read."
name: "jsonReader"
type: ""
syntax: "public static ArtifactManifestPlatform fromJson(JsonReader jsonReader)"
exceptions:
- description: "If the deserialized JSON object was missing any required properties."
type: "IOException"
desc: "Reads an instance of ArtifactManifestPlatform from the JsonReader."
returns:
description: "An instance of ArtifactManifestPlatform if the JsonReader was pointing to an instance of it, or null if\n it was pointing to JSON null."
type: ""
- uid: "com.azure.containers.containerregistry.models.ArtifactManifestPlatform.getArchitecture()"
fullName: "com.azure.containers.containerregistry.models.ArtifactManifestPlatform.getArchitecture()"
name: "getArchitecture()"
nameWithType: "ArtifactManifestPlatform.getArchitecture()"
summary: "Get the architecture property: CPU architecture."
syntax: "public ArtifactArchitecture getArchitecture()"
desc: "Get the architecture property: CPU architecture."
returns:
description: "the architecture value."
type: ""
- uid: "com.azure.containers.containerregistry.models.ArtifactManifestPlatform.getDigest()"
fullName: "com.azure.containers.containerregistry.models.ArtifactManifestPlatform.getDigest()"
name: "getDigest()"
nameWithType: "ArtifactManifestPlatform.getDigest()"
summary: "Get the digest property: Manifest digest."
syntax: "public String getDigest()"
desc: "Get the digest property: Manifest digest."
returns:
description: "the digest value."
type: "String"
- uid: "com.azure.containers.containerregistry.models.ArtifactManifestPlatform.getOperatingSystem()"
fullName: "com.azure.containers.containerregistry.models.ArtifactManifestPlatform.getOperatingSystem()"
name: "getOperatingSystem()"
nameWithType: "ArtifactManifestPlatform.getOperatingSystem()"
summary: "Get the operatingSystem property: Operating system."
syntax: "public ArtifactOperatingSystem getOperatingSystem()"
desc: "Get the operatingSystem property: Operating system."
returns:
description: "the operatingSystem value."
type: ""
- uid: "com.azure.containers.containerregistry.models.ArtifactManifestPlatform.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.containers.containerregistry.models.ArtifactManifestPlatform.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "ArtifactManifestPlatform.toJson(JsonWriter jsonWriter)"
parameters:
- name: "jsonWriter"
type: ""
syntax: "public JsonWriter toJson(JsonWriter jsonWriter)"
exceptions:
- type: "IOException"
returns:
type: ""
type: "class"
desc: "The artifact's platform, consisting of operating system and architecture."
implements:
- "<>"
metadata: {}
package: "com.azure.containers.containerregistry.models"
artifact: com.azure:azure-containers-containerregistry:1.2.13