RosServiceInstanceProps
Properties for defining a RosServiceInstance
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-computenest-serviceinstance
Initializer
using AlibabaCloud.SDK.ROS.CDK.Computenest;
new RosServiceInstanceProps {
object ServiceInstanceId,
object RefreshOptions = null
};
Properties
Name | Type | Description |
---|---|---|
ServiceInstanceId |
object |
No description. |
RefreshOptions |
object |
No description. |
ServiceInstanceId
Required
public object ServiceInstanceId { get; set; }
- Type: object
RefreshOptions
Optional
public object RefreshOptions { get; set; }
- Type: object