RosApplicationProps
Properties for defining a RosApplication
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-edas-application
Initializer
using AlibabaCloud.SDK.ROS.CDK.Edas;
new RosApplicationProps {
object ApplicationName,
object ClusterId,
object BuildPackId = null,
object ComponentIds = null,
object Deployment = null,
object Description = null,
object EcuInfo = null,
object HealthCheckUrl = null,
object LogicalRegionId = null,
object PackageType = null,
object ResourceGroupId = null
};
Properties
Name | Type | Description |
---|---|---|
ApplicationName |
object |
No description. |
ClusterId |
object |
No description. |
BuildPackId |
object |
No description. |
ComponentIds |
object |
No description. |
Deployment |
object |
No description. |
Description |
object |
No description. |
EcuInfo |
object |
No description. |
HealthCheckUrl |
object |
No description. |
LogicalRegionId |
object |
No description. |
PackageType |
object |
No description. |
ResourceGroupId |
object |
No description. |
ApplicationName
Required
public object ApplicationName { get; set; }
- Type: object
ClusterId
Required
public object ClusterId { get; set; }
- Type: object
BuildPackId
Optional
public object BuildPackId { get; set; }
- Type: object
ComponentIds
Optional
public object ComponentIds { get; set; }
- Type: object
Deployment
Optional
public object Deployment { get; set; }
- Type: object
Description
Optional
public object Description { get; set; }
- Type: object
EcuInfo
Optional
public object EcuInfo { get; set; }
- Type: object
HealthCheckUrl
Optional
public object HealthCheckUrl { get; set; }
- Type: object
LogicalRegionId
Optional
public object LogicalRegionId { get; set; }
- Type: object
PackageType
Optional
public object PackageType { get; set; }
- Type: object
ResourceGroupId
Optional
public object ResourceGroupId { get; set; }
- Type: object