Skip to content
Docs Try Aspire

BicepOutputReference Properties

Class Properties 4 members
A reference to an output from a bicep template.
Name of the output.
public string Name { get; }
The instance of the bicep resource.
public AzureBicepResource Resource { get; }
Value Section titled Value nullable string?
The value of the output.
public string? Value { get; }
ValueExpression Section titled ValueExpression string
The expression used in the manifest to reference the value of the output.
public string ValueExpression { get; }