PipelineArgs

constructor(description: Output<String>? = null, enabled: Output<Boolean>? = null, extendedLocation: Output<ExtendedLocationArgs>? = null, input: Output<PipelineInputArgs>? = null, instanceName: Output<String>? = null, location: Output<String>? = null, pipelineName: Output<String>? = null, resourceGroupName: Output<String>? = null, stages: Output<Map<String, PipelineStageArgs>>? = null, tags: Output<Map<String, String>>? = null)