IResourceContainerImageBuilder Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides a service to publishers for building containers that represent a resource.
public interface IResourceContainerImageBuilder
type IResourceContainerImageBuilder = interface
Public Interface IResourceContainerImageBuilder
Methods
| BuildImageAsync(IResource, ContainerBuildOptions, CancellationToken) |
Builds a container that represents the specified resource. |
| BuildImagesAsync(IEnumerable<IResource>, ContainerBuildOptions, CancellationToken) |
Builds container images for a collection of resources. |
| PushImageAsync(String, CancellationToken) |
Pushes a container image to a registry. |
| TagImageAsync(String, String, CancellationToken) |
Tags an existing container image with a new target name. |