BicepSecretOutputReference Class
Definition
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 a secret output from a bicep template.
public class BicepSecretOutputReference : Aspire.Hosting.ApplicationModel.IManifestExpressionProvider, Aspire.Hosting.ApplicationModel.IValueProvider, Aspire.Hosting.ApplicationModel.IValueWithReferences
type BicepSecretOutputReference = class
interface IManifestExpressionProvider
interface IValueProvider
interface IValueWithReferences
Public Class BicepSecretOutputReference
Implements IManifestExpressionProvider, IValueProvider, IValueWithReferences
- Inheritance
-
BicepSecretOutputReference
- Implements
Constructors
BicepSecretOutputReference(String, AzureBicepResource) |
A reference to a secret output from a bicep template. |
Properties
Name |
Name of the output. |
Resource |
The instance of the bicep resource. |
Value |
The value of the output. |
ValueExpression |
The expression used in the manifest to reference the value of the secret output. |
Methods
GetValueAsync(CancellationToken) |
The value of the output. |
Explicit Interface Implementations
IValueWithReferences.References |