AzurePublishingContext.OutputLookup Property
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.
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.