Skip to content
DocsTry Aspire
DocsTry

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

methodwithCustomInputbuilder
Sets a custom input for the parameter resource from a polyglot app host.
withCustomInput(options: ParameterCustomInputOptions): ParameterResource
optionsParameterCustomInputOptions
ParameterResource
methodwithDescriptionbuilder
Sets the description of the parameter resource.
withDescription(
description: string,
enableMarkdown?: boolean): ParameterResource
descriptionstring
enableMarkdownbooleanoptional= False
ParameterResource