Skip to content
Docs Try Aspire
Docs Try

ParameterResource

Handle
📦 Aspire.Hosting v13.4.0
interface ParameterResource
extends IExpressionValue,
IManifestExpressionProvider,
IResource,
IValueProvider {
withCustomInput(options: ParameterCustomInputOptions): ParameterResource;
withDescription(
description: string,
enableMarkdown?: boolean): ParameterResource;
}

Methods

method withCustomInput builder
Sets a custom input for the parameter resource from a polyglot app host.
withCustomInput(options: ParameterCustomInputOptions): ParameterResource
options ParameterCustomInputOptions
ParameterResource
method withDescription builder
Sets the description of the parameter resource.
withDescription(
description: string,
enableMarkdown?: boolean): ParameterResource
description string
enableMarkdown boolean optional = False
ParameterResource