Share via


AzurePublishingContext.OutputLookup Property

Definition

Gets a dictionary that maps output references to provisioning outputs.

public System.Collections.Generic.Dictionary<Aspire.Hosting.Azure.BicepOutputReference,Azure.Provisioning.ProvisioningOutput> OutputLookup { get; }
member this.OutputLookup : System.Collections.Generic.Dictionary<Aspire.Hosting.Azure.BicepOutputReference, Azure.Provisioning.ProvisioningOutput>
Public ReadOnly Property OutputLookup As Dictionary(Of BicepOutputReference, ProvisioningOutput)

Property Value

Remarks

The value is the ProvisioningOutput of the MainInfrastructure that was created with the value of the output referenced by the Aspire BicepOutputReference.

Applies to