RosConfigurationProps
Properties for defining a RosConfiguration
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-acm-configuration
Initializer
using AlibabaCloud.SDK.ROS.CDK.Acm;
new RosConfigurationProps {
object Content,
object DataId,
object NamespaceId,
object AppName = null,
object Desc = null,
object Group = null,
string Tags = null,
object Type = null
};
Properties
Name | Type | Description |
---|---|---|
Content |
object |
No description. |
DataId |
object |
No description. |
NamespaceId |
object |
No description. |
AppName |
object |
No description. |
Desc |
object |
No description. |
Group |
object |
No description. |
Tags |
string |
No description. |
Type |
object |
No description. |
Content
Required
public object Content { get; set; }
- Type: object
DataId
Required
public object DataId { get; set; }
- Type: object
NamespaceId
Required
public object NamespaceId { get; set; }
- Type: object
AppName
Optional
public object AppName { get; set; }
- Type: object
Desc
Optional
public object Desc { get; set; }
- Type: object
Group
Optional
public object Group { get; set; }
- Type: object
Tags
Optional
public string Tags { get; set; }
- Type: string
Type
Optional
public object Type { get; set; }
- Type: object