AzureBicepResource.withParameterStringValue
Method
interface AzureBicepResource { // ... 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): AzureBicepResourceParameters
name string value string Returns
AzureBicepResource Defined on
This method is defined on the following type: