Share via


ContainerImageReference Class

Definition

Represents the fully‑qualified container image reference that should be deployed.

public class ContainerImageReference : Aspire.Hosting.ApplicationModel.IManifestExpressionProvider, Aspire.Hosting.ApplicationModel.IValueWithReferences
type ContainerImageReference = class
    interface IManifestExpressionProvider
    interface IValueWithReferences
Public Class ContainerImageReference
Implements IManifestExpressionProvider, IValueWithReferences
Inheritance
ContainerImageReference
Implements

Constructors

ContainerImageReference(IResource)

Represents the fully‑qualified container image reference that should be deployed.

Properties

References

The referenced objects of the value.

Resource

Gets the resource that this container image is associated with.

ValueExpression

Gets the expression that represents a value in manifest.

Extension Methods

AsProvisioningParameter(IManifestExpressionProvider, AzureResourceInfrastructure, String, Nullable<Boolean>)

Creates a new ProvisioningParameter in infrastructure, or reuses an existing bicep parameter if one with

AsEnvironmentPlaceholder(IManifestExpressionProvider, DockerComposeServiceResource)

Creates a placeholder for an environment variable in the Docker Compose file.

Applies to