Uses of Class
com.azure.containers.containerregistry.models.GetManifestResult
Packages that use GetManifestResult
Package
Description
Package containing the classes for ContainerRegistry.
-
Uses of GetManifestResult in com.azure.containers.containerregistry
Methods in com.azure.containers.containerregistry that return GetManifestResultModifier and TypeMethodDescriptionContainerRegistryContentClient.getManifest(String tagOrDigest) Download the manifest identified by the given tag or digest.Methods in com.azure.containers.containerregistry that return types with arguments of type GetManifestResultModifier and TypeMethodDescriptionContainerRegistryContentAsyncClient.getManifest(String tagOrDigest) Download the manifest identified by the given tag or digest.Mono<com.azure.core.http.rest.Response<GetManifestResult>>ContainerRegistryContentAsyncClient.getManifestWithResponse(String tagOrDigest) Download the manifest identified by the given tag or digest.com.azure.core.http.rest.Response<GetManifestResult>ContainerRegistryContentClient.getManifestWithResponse(String tagOrDigest, com.azure.core.util.Context context) Download the manifest of custom type identified by the given tag or digest.