RosStackProps
Properties for defining a RosStack.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ros-stack
Initializer
using AlibabaCloud.SDK.ROS.CDK.Ros;
new RosStackProps {
object Parameters = null,
object ResourceGroupId = null,
TagsProperty[] Tags = null,
object TemplateBody = null,
object TemplateId = null,
object TemplateUrl = null,
object TemplateVersion = null,
object TimeoutMins = null
};
Properties
| Name | Type | Description |
|---|---|---|
Parameters |
object |
No description. |
ResourceGroupId |
object |
No description. |
Tags |
TagsProperty[] |
No description. |
TemplateBody |
object |
No description. |
TemplateId |
object |
No description. |
TemplateUrl |
object |
No description. |
TemplateVersion |
object |
No description. |
TimeoutMins |
object |
No description. |
ParametersOptional
public object Parameters { get; set; }
- Type: object
ResourceGroupIdOptional
public object ResourceGroupId { get; set; }
- Type: object
TagsOptional
public TagsProperty[] Tags { get; set; }
- Type: TagsProperty[]
TemplateBodyOptional
public object TemplateBody { get; set; }
- Type: object
TemplateIdOptional
public object TemplateId { get; set; }
- Type: object
TemplateUrlOptional
public object TemplateUrl { get; set; }
- Type: object
TemplateVersionOptional
public object TemplateVersion { get; set; }
- Type: object
TimeoutMinsOptional
public object TimeoutMins { get; set; }
- Type: object