Skip to content

RosProjectProps

Properties for defining a RosProject.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Foas;
new RosProjectProps {
    object DeployType,
    object ManagerIds,
    object Name,
    object ClusterId = null,
    object Description = null,
    object OrderId = null
};

Properties

Name Type Description
DeployType object No description.
ManagerIds object No description.
Name object No description.
ClusterId object No description.
Description object No description.
OrderId object No description.

DeployTypeRequired

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

ManagerIdsRequired

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

NameRequired

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

ClusterIdOptional

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

DescriptionOptional

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

OrderIdOptional

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