Uses of Class
com.azure.resourcemanager.containerregistry.models.Target
Packages that use Target
Package
Description
Package containing the data models for ContainerRegistryManagementClient.
-
Uses of Target in com.azure.resourcemanager.containerregistry.models
Methods in com.azure.resourcemanager.containerregistry.models that return TargetModifier and TypeMethodDescriptionstatic TargetTarget.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of Target from the JsonReader.EventContent.target()Get the target property: The target of the event.Target.withDigest(String digest) Set the digest property: The digest of the content, as defined by the Registry V2 HTTP API Specification.Target.withLength(Long length) Set the length property: The number of bytes of the content.Target.withMediaType(String mediaType) Set the mediaType property: The MIME type of the referenced object.Set the name property: The name of the artifact.Target.withRepository(String repository) Set the repository property: The repository name.Set the size property: The number of bytes of the content.Set the tag property: The tag name.Set the url property: The direct URL to the content.Target.withVersion(String version) Set the version property: The version of the artifact.Methods in com.azure.resourcemanager.containerregistry.models with parameters of type TargetModifier and TypeMethodDescriptionEventContent.withTarget(Target target) Set the target property: The target of the event.