IDistributedApplicationBuilder.addParameterWithValue
Method
interface IDistributedApplicationBuilder { // ... omitted for brevity addParameterWithValue( name: string, value: string, publishValueAsDefault?: boolean, secret?: boolean): ParameterResource;}Signature
method
addParameterWithValue builder Adds a parameter with a default value
addParameterWithValue( name: string, value: string, publishValueAsDefault?: boolean, secret?: boolean): ParameterResourceParameters
name string value string publishValueAsDefault boolean optional = False secret boolean optional = False Returns
ParameterResource Defined on
This method is defined on the following type: