PipelineStepAnnotation Methods
ClassMethods1 member
An annotation that creates pipeline steps for a resource during deployment.
CreateStepsAsync(PipelineStepFactoryContext)Section titled CreateStepsAsync(PipelineStepFactoryContext)Task<IEnumerable<PipelineStep>> Creates pipeline steps asynchronously.
public class PipelineStepAnnotation{ public Task<IEnumerable<PipelineStep>> CreateStepsAsync( PipelineStepFactoryContext context) { // ... }}Parameters
contextPipelineStepFactoryContextThe factory context containing the pipeline context and resource.Returns
Task<IEnumerable<PipelineStep>>A task that represents the asynchronous operation and contains the created pipeline steps.