RosDrdsInstanceProps
Properties for defining a RosDrdsInstance
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-drds-drdsinstance
Initializer
using AlibabaCloud.SDK.ROS.CDK.Drds;
new RosDrdsInstanceProps {
object DrdsInstanceId,
object RefreshOptions = null
};
Properties
Name | Type | Description |
---|---|---|
DrdsInstanceId |
object |
No description. |
RefreshOptions |
object |
No description. |
DrdsInstanceId
Required
public object DrdsInstanceId { get; set; }
- Type: object
RefreshOptions
Optional
public object RefreshOptions { get; set; }
- Type: object