withPipelineStepFactory
Function
interface ContainerResource { // ... omitted for brevity withPipelineStepFactory( stepName: string, callback: callback, 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): IResourceParameters
stepName string callback (arg: PipelineStepContext) => void dependsOn string[] optional requiredBy string[] optional tags string[] optional description string optional Returns
IResource Applies to
This function is an extension method on the following types: