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