addParameterWithValue
Function
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 Applies to
This function is an extension method on the following types: