RosTemplateProps
Properties for defining a RosTemplate
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-oos-template
Initializer
using AlibabaCloud.SDK.ROS.CDK.Oos;
new RosTemplateProps {
object Content,
object TemplateName,
object ResourceGroupId = null,
System.Collections.Generic.IDictionary<string, object> Tags = null
};
Properties
Name | Type | Description |
---|---|---|
Content |
object |
No description. |
TemplateName |
object |
No description. |
ResourceGroupId |
object |
No description. |
Tags |
System.Collections.Generic.IDictionary |
No description. |
Content
Required
public object Content { get; set; }
- Type: object
TemplateName
Required
public object TemplateName { get; set; }
- Type: object
ResourceGroupId
Optional
public object ResourceGroupId { get; set; }
- Type: object
Tags
Optional
public System.Collections.Generic.IDictionary<string, object> Tags { get; set; }
- Type: System.Collections.Generic.IDictionary