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. |
Parameters
Optional
public object Parameters { get; set; }
- Type: object
ResourceGroupId
Optional
public object ResourceGroupId { get; set; }
- Type: object
Tags
Optional
public TagsProperty[] Tags { get; set; }
- Type: TagsProperty[]
TemplateBody
Optional
public object TemplateBody { get; set; }
- Type: object
TemplateId
Optional
public object TemplateId { get; set; }
- Type: object
TemplateUrl
Optional
public object TemplateUrl { get; set; }
- Type: object
TemplateVersion
Optional
public object TemplateVersion { get; set; }
- Type: object
TimeoutMins
Optional
public object TimeoutMins { get; set; }
- Type: object