BicepSecretOutputReference(String, AzureBicepResource) Constructor
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 KeyVault secret from a bicep template.
public BicepSecretOutputReference (string name, Aspire.Hosting.Azure.AzureBicepResource resource);
new Aspire.Hosting.Azure.BicepSecretOutputReference : string * Aspire.Hosting.Azure.AzureBicepResource -> Aspire.Hosting.Azure.BicepSecretOutputReference
Public Sub New (name As String, resource As AzureBicepResource)
Parameters
- name
- String
The name of the KeyVault secret.
- resource
- AzureBicepResource
The AzureBicepResource.