Skip to content
Docs Try Aspire

withParameterStringValues

Function
📦 Aspire.Hosting.Azure.Kusto v13.2.0-preview.1.26159.1
interface AzureKustoClusterResource {
// ... omitted for brevity
withParameterStringValues(
name: string,
value: string[]): AzureBicepResource;
}

Signature

method withParameterStringValues builder
Adds a Bicep parameter with a string list value
withParameterStringValues(
name: string,
value: string[]): AzureBicepResource
name string
value string[]
AzureBicepResource

Applies to

This function is an extension method on the following types: