Skip to content
Docs Try Aspire

ContainerImageReference Constructors

Class Constructors 1 member
Represents the fully‑qualified container image reference that should be deployed.
Initializes a new instance of the ContainerImageReference class.
public class ContainerImageReference
{
public ContainerImageReference(
IResource resource)
{
// ...
}
}
resource IResource The resource that this container image is associated with.