withParameterFromOutput
Function
interface FoundryResource { // ... omitted for brevity withParameterFromOutput( name: string, value: BicepOutputReference): AzureBicepResource;}Signature
method
withParameterFromOutput builder Adds a Bicep parameter from another Bicep output reference
withParameterFromOutput( name: string, value: BicepOutputReference): AzureBicepResourceParameters
name string value BicepOutputReference Returns
AzureBicepResource Applies to
This function is an extension method on the following types:
type
FoundryResource type
AzureCognitiveServicesProjectResource type
AzureCosmosDBResource type
AzureCognitiveServicesProjectConnectionResource type
AzureStorageResource type
AzureContainerRegistryResource type
AzureKeyVaultResource type
AzureApplicationInsightsResource type
AzureBicepResource type
AzureProvisioningResource type
AzureUserAssignedIdentityResource type
AzureLogAnalyticsWorkspaceResource type
AzureSearchResource