Share via


BicepOutputReference(String, AzureBicepResource) Constructor

Definition

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

Applies to