RosProjectProps
Properties for defining a RosProject.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-maxcompute-project
Initializer
using AlibabaCloud.SDK.ROS.CDK.Maxcompute;
new RosProjectProps {
object Name,
object ChargeType = null,
object Comment = null,
object DefaultQuota = null,
object IpWhiteList = null,
object Properties = null
};
Properties
| Name | Type | Description |
|---|---|---|
Name |
object |
No description. |
ChargeType |
object |
No description. |
Comment |
object |
No description. |
DefaultQuota |
object |
No description. |
IpWhiteList |
object |
No description. |
Properties |
object |
No description. |
NameRequired
public object Name { get; set; }
- Type: object
ChargeTypeOptional
public object ChargeType { get; set; }
- Type: object
CommentOptional
public object Comment { get; set; }
- Type: object
DefaultQuotaOptional
public object DefaultQuota { get; set; }
- Type: object
IpWhiteListOptional
public object IpWhiteList { get; set; }
- Type: object
PropertiesOptional
public object Properties { get; set; }
- Type: object