RosProjectProps
Properties for defining a RosProject
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-dataworks-project
Initializer
using AlibabaCloud.SDK.ROS.CDK.Dataworks;
new RosProjectProps {
object ProjectIdentifier,
object DisableDevelopment = null,
object IsAllowDownload = null,
object ProjectDescription = null,
object ProjectMode = null,
object ProjectName = null,
object ResourceGroupId = null,
TagsProperty[] Tags = null
};
Properties
Name | Type | Description |
---|---|---|
ProjectIdentifier |
object |
No description. |
DisableDevelopment |
object |
No description. |
IsAllowDownload |
object |
No description. |
ProjectDescription |
object |
No description. |
ProjectMode |
object |
No description. |
ProjectName |
object |
No description. |
ResourceGroupId |
object |
No description. |
Tags |
TagsProperty[] |
No description. |
ProjectIdentifier
Required
public object ProjectIdentifier { get; set; }
- Type: object
DisableDevelopment
Optional
public object DisableDevelopment { get; set; }
- Type: object
IsAllowDownload
Optional
public object IsAllowDownload { get; set; }
- Type: object
ProjectDescription
Optional
public object ProjectDescription { get; set; }
- Type: object
ProjectMode
Optional
public object ProjectMode { get; set; }
- Type: object
ProjectName
Optional
public object ProjectName { get; set; }
- Type: object
ResourceGroupId
Optional
public object ResourceGroupId { get; set; }
- Type: object
Tags
Optional
public TagsProperty[] Tags { get; set; }
- Type: TagsProperty[]