RosConfigurationsProps
Properties for defining a RosConfigurations
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-acm-configurations
Initializer
using AlibabaCloud.SDK.ROS.CDK.Acm;
new RosConfigurationsProps {
object NamespaceId,
object AppName = null,
object DataId = null,
object Group = null,
object RefreshOptions = null
};
Properties
Name | Type | Description |
---|---|---|
NamespaceId |
object |
No description. |
AppName |
object |
No description. |
DataId |
object |
No description. |
Group |
object |
No description. |
RefreshOptions |
object |
No description. |
NamespaceId
Required
public object NamespaceId { get; set; }
- Type: object
AppName
Optional
public object AppName { get; set; }
- Type: object
DataId
Optional
public object DataId { get; set; }
- Type: object
Group
Optional
public object Group { get; set; }
- Type: object
RefreshOptions
Optional
public object RefreshOptions { get; set; }
- Type: object