Skip to content
Docs Try Aspire

IResource.withPipelineStepFactory

Method
📦 Aspire.Hosting v13.2.0-preview.1.26159.1
interface IResource {
// ... omitted for brevity
withPipelineStepFactory(stepName: string, callback: (arg: PipelineStepContext) => void, dependsOn?: string[], requiredBy?: string[], tags?: string[], description?: string): IResource;
}

Signature

method withPipelineStepFactory builder
Adds a pipeline step to the resource
withPipelineStepFactory(stepName: string, callback: (arg: PipelineStepContext) => void, dependsOn?: string[], requiredBy?: string[], tags?: string[], description?: string): IResource
stepName string
callback (arg: PipelineStepContext) => void
dependsOn string[] optional
requiredBy string[] optional
tags string[] optional
description string optional
IResource

Defined on

This method is defined on the following type: