Uses of Class
com.azure.containers.containerregistry.models.SetManifestResult
Packages that use SetManifestResult
Package
Description
Package containing the classes for ContainerRegistry.
-
Uses of SetManifestResult in com.azure.containers.containerregistry
Methods in com.azure.containers.containerregistry that return SetManifestResultModifier and TypeMethodDescriptionContainerRegistryContentClient.setManifest(OciImageManifest manifest, String tag) Upload the OCI manifest to the repository.Methods in com.azure.containers.containerregistry that return types with arguments of type SetManifestResultModifier and TypeMethodDescriptionContainerRegistryContentAsyncClient.setManifest(OciImageManifest manifest, String tag) Upload the Oci manifest to the repository.Mono<com.azure.core.http.rest.Response<SetManifestResult>>ContainerRegistryContentAsyncClient.setManifestWithResponse(SetManifestOptions options) Uploads a manifest to the repository.com.azure.core.http.rest.Response<SetManifestResult>ContainerRegistryContentClient.setManifestWithResponse(SetManifestOptions options, com.azure.core.util.Context context) Uploads a manifest to the repository.