RosParameterGroupProps
Properties for defining a RosParameterGroup.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-polardb-parametergroup
Initializer
using AlibabaCloud.SDK.ROS.CDK.Polardb;
new RosParameterGroupProps {
object ParameterGroupId,
object RefreshOptions = null
};
Properties
| Name | Type | Description |
|---|---|---|
ParameterGroupId |
object |
No description. |
RefreshOptions |
object |
No description. |
ParameterGroupIdRequired
public object ParameterGroupId { get; set; }
- Type: object
RefreshOptionsOptional
public object RefreshOptions { get; set; }
- Type: object