ContainerImageReference Constructors
Class Constructors 1 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
resource IResource The resource that this container image is associated with.