withParameterStringValues
Function
interface FoundryResource { // ... 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[]): AzureBicepResourceParameters
name string value string[] 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