AzurePublishingContext.ParameterLookup 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 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.