Uses of Class
com.azure.containers.containerregistry.models.OciImageManifest
Packages that use OciImageManifest
Package
Description
Package containing the classes for ContainerRegistry.
Package containing the data models for AzureContainerRegistry.
-
Uses of OciImageManifest in com.azure.containers.containerregistry
Methods in com.azure.containers.containerregistry with parameters of type OciImageManifestModifier and TypeMethodDescriptionContainerRegistryContentAsyncClient.setManifest(OciImageManifest manifest, String tag) Upload the Oci manifest to the repository.ContainerRegistryContentClient.setManifest(OciImageManifest manifest, String tag) Upload the OCI manifest to the repository. -
Uses of OciImageManifest in com.azure.containers.containerregistry.models
Methods in com.azure.containers.containerregistry.models that return OciImageManifestModifier and TypeMethodDescriptionstatic OciImageManifestOciImageManifest.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of OciImageManifest from the JsonReader.OciImageManifest.setAnnotations(OciAnnotations annotations) Set the annotations property: Additional information provided through arbitrary metadata.OciImageManifest.setConfiguration(OciDescriptor configuration) Set the configuration property: V2 image config descriptor.OciImageManifest.setLayers(List<OciDescriptor> layers) Set the layers property: List of V2 image layer information.OciImageManifest.setSchemaVersion(int schemaVersion) Set the schemaVersion property: Schema version.Constructors in com.azure.containers.containerregistry.models with parameters of type OciImageManifestModifierConstructorDescriptionSetManifestOptions(OciImageManifest ociImageManifest) Creates new instance ofSetManifestOptions