PipelineProps
Properties for defining a Pipeline.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-devops-pipeline
Initializer
using AlibabaCloud.SDK.ROS.CDK.Devops;
new PipelineProps {
object Content,
object Name,
object OrganizationId
};
Properties
| Name | Type | Description |
|---|---|---|
Content |
object |
Property content: Pipeline description in YAML format. |
Name |
object |
Property name: Pipeline name. |
OrganizationId |
object |
Property organizationId: Corporate identity, also known as enterprise id, can obtain in cloud effect access links. |
ContentRequired
public object Content { get; set; }
- Type: object
Property content: Pipeline description in YAML format.
NameRequired
public object Name { get; set; }
- Type: object
Property name: Pipeline name.
OrganizationIdRequired
public object OrganizationId { get; set; }
- Type: object
Property organizationId: Corporate identity, also known as enterprise id, can obtain in cloud effect access links.