Uses of Class
com.azure.containers.containerregistry.models.OciAnnotations
Packages that use OciAnnotations
Package
Description
Package containing the data models for AzureContainerRegistry.
-
Uses of OciAnnotations in com.azure.containers.containerregistry.models
Methods in com.azure.containers.containerregistry.models that return OciAnnotationsModifier and TypeMethodDescriptionstatic OciAnnotationsOciAnnotations.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of OciAnnotations from the JsonReader.OciDescriptor.getAnnotations()Get the annotations property: Additional information provided through arbitrary metadata.OciImageManifest.getAnnotations()Get the annotations property: Additional information provided through arbitrary metadata.OciAnnotations.setAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: Additional information provided through arbitrary metadata.OciAnnotations.setAuthors(String authors) Set the authors property: Contact details of the people or organization responsible for the image.OciAnnotations.setCreatedOn(OffsetDateTime createdOn) Set the createdOn property: Date and time on which the image was built (string, date-time as defined by https://tools.ietf.org/html/rfc3339#section-5.6).OciAnnotations.setDescription(String description) Set the description property: Human-readable description of the software packaged in the image.OciAnnotations.setDocumentation(String documentation) Set the documentation property: URL to get documentation on the image.OciAnnotations.setLicenses(String licenses) Set the licenses property: License(s) under which contained software is distributed as an SPDX License Expression.Set the name property: Name of the reference for a target.OciAnnotations.setRevision(String revision) Set the revision property: Source control revision identifier for the packaged software.Set the source property: URL to get source code for building the image.Set the title property: Human-readable title of the image.Set the url property: URL to find more information on the image.Set the vendor property: Name of the distributing entity, organization or individual.OciAnnotations.setVersion(String version) Set the version property: Version of the packaged software.Methods in com.azure.containers.containerregistry.models with parameters of type OciAnnotationsModifier and TypeMethodDescriptionOciDescriptor.setAnnotations(OciAnnotations annotations) Set the annotations property: Additional information provided through arbitrary metadata.OciImageManifest.setAnnotations(OciAnnotations annotations) Set the annotations property: Additional information provided through arbitrary metadata.