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. |
ParameterGroupId
Required
public object ParameterGroupId { get; set; }
- Type: object
RefreshOptions
Optional
public object RefreshOptions { get; set; }
- Type: object