Share via


AzurePublishingContext.ParameterLookup Property

Definition

Gets a dictionary that maps parameter resources to provisioning parameters.

public System.Collections.Generic.Dictionary<Aspire.Hosting.ApplicationModel.ParameterResource,Azure.Provisioning.ProvisioningParameter> ParameterLookup { get; }
member this.ParameterLookup : System.Collections.Generic.Dictionary<Aspire.Hosting.ApplicationModel.ParameterResource, Azure.Provisioning.ProvisioningParameter>
Public ReadOnly Property ParameterLookup As Dictionary(Of ParameterResource, ProvisioningParameter)

Property Value

Remarks

The value is the ProvisioningParameter of the MainInfrastructure that was created to be filled with the value of the Aspire ParameterResource.

Applies to