ContainerImageReference Constructors
ClassConstructors1 member
Represents the fully‑qualified container image reference that should be deployed.
Constructor(IResource)Section titled Constructor(IResource) Initializes a new instance of the
ContainerImageReference class. public class ContainerImageReference{ public ContainerImageReference( IResource resource) { // ... }}Parameters
resourceIResourceThe resource that this container image is associated with.