Skip to content
DocsTry Aspire
DocsTry

BicepOutputReference Properties

ClassProperties4 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; }
ValueSection titled Valuenullablestring?
The value of the output.
public string? Value { get; }
ValueExpressionSection titled ValueExpressionstring
The expression used in the manifest to reference the value of the output.
public string ValueExpression { get; }