Share via


IManifestExpressionProvider Interface

Definition

An interface that allows an object to express how it should be represented in a manifest.

public interface IManifestExpressionProvider
type IManifestExpressionProvider = interface
Public Interface IManifestExpressionProvider
Derived

Properties

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