Skip to content
Docs Try Aspire

withParameterStringValue

Function
📦 Aspire.Hosting.Azure.AppConfiguration v13.2.0-preview.1.26159.1
interface AzureAppConfigurationResource {
// ... omitted for brevity
withParameterStringValue(
name: string,
value: string): AzureBicepResource;
}

Signature

method withParameterStringValue builder
Adds a Bicep parameter with a string value
withParameterStringValue(
name: string,
value: string): AzureBicepResource
name string
value string
AzureBicepResource

Applies to

This function is an extension method on the following types: