BicepSecretOutputReference 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 a KeyVault secret from a bicep template.
C#
public class BicepSecretOutputReference : Aspire.Hosting.ApplicationModel.IManifestExpressionProvider, Aspire.Hosting.ApplicationModel.IValueProvider, Aspire.Hosting.ApplicationModel.IValueWithReferences
C#
public sealed 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
Public NotInheritable Class BicepSecretOutputReference
Implements IManifestExpressionProvider, IValueProvider, IValueWithReferences
- Inheritance
-
BicepSecretOutputReference
- Implements
Bicep |
A reference to a KeyVault secret from a bicep template. |
Name |
Name of the KeyVault secret. |
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 secret output. |
Get |
The value of the output. |
Produto | Versões |
---|---|
.NET Aspire | 8.0.0, 9.0.0, 9.1.0 |