BicepOutputReference Class
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A reference to an output from a bicep template.
public class BicepOutputReference : Aspire.Hosting.ApplicationModel.IManifestExpressionProvider, Aspire.Hosting.ApplicationModel.IValueProvider, Aspire.Hosting.ApplicationModel.IValueWithReferences
public sealed class BicepOutputReference : Aspire.Hosting.ApplicationModel.IManifestExpressionProvider, Aspire.Hosting.ApplicationModel.IValueProvider, Aspire.Hosting.ApplicationModel.IValueWithReferences
type BicepOutputReference = class
interface IManifestExpressionProvider
interface IValueProvider
interface IValueWithReferences
Public Class BicepOutputReference
Implements IManifestExpressionProvider, IValueProvider, IValueWithReferences
Public NotInheritable Class BicepOutputReference
Implements IManifestExpressionProvider, IValueProvider, IValueWithReferences
- Inheritance
-
BicepOutputReference
- Implements
Bicep |
A reference to an output from a bicep template. |
Name |
Name of the output. |
Resource |
The instance of the bicep resource. |
Value |
The value of the output. |
Value |
The expression used in the manifest to reference the value of the output. |
Get |
The value of the output. |
As |
Creates a new ProvisioningParameter in |
Produto | Versões |
---|---|
.NET Aspire | 8.0.0, 9.0.0, 9.1.0 |