Skip to content

ProjectProps

Properties for defining a Project.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-maxcompute-project

Initializer

using AlibabaCloud.SDK.ROS.CDK.Maxcompute;
new ProjectProps {
    object Name,
    object ChargeType = null,
    object Comment = null,
    object DefaultQuota = null,
    object IpWhiteList = null,
    object Properties = null
};

Properties

Name Type Description
Name object Property name: The name of the project.
ChargeType object Property chargeType: Quota payment type, support PayAsYouGo, Subscription.
Comment object Property comment: The comments of project.
DefaultQuota object Property defaultQuota: Default Computing Resource Group.
IpWhiteList object Property ipWhiteList: IP whitelist.
Properties object Property properties: Project base attributes.

NameRequired

public object Name { get; set; }
  • Type: object

Property name: The name of the project.

It must start with a lower-case letter and contain lower-case letters, digits, and underscores (_). The value must contain 3 to 28 characters


ChargeTypeOptional

public object ChargeType { get; set; }
  • Type: object

Property chargeType: Quota payment type, support PayAsYouGo, Subscription.


CommentOptional

public object Comment { get; set; }
  • Type: object

Property comment: The comments of project.


DefaultQuotaOptional

public object DefaultQuota { get; set; }
  • Type: object

Property defaultQuota: Default Computing Resource Group.


IpWhiteListOptional

public object IpWhiteList { get; set; }
  • Type: object

Property ipWhiteList: IP whitelist.


PropertiesOptional

public object Properties { get; set; }
  • Type: object

Property properties: Project base attributes.