ParameterResource
Handle
interface ParameterResource extends IExpressionValue, IManifestExpressionProvider, IResource, IValueProvider { withCustomInput(options: ParameterCustomInputOptions): ParameterResource; withDescription( description: string, enableMarkdown?: boolean): ParameterResource;}Methods
Sets a custom input for the parameter resource from a polyglot app host.
withCustomInput(options: ParameterCustomInputOptions): ParameterResourceParameters
options ParameterCustomInputOptions Returns
ParameterResource Sets the description of the parameter resource.
withDescription( description: string, enableMarkdown?: boolean): ParameterResourceParameters
description string enableMarkdown boolean optional = False Returns
ParameterResource