RosInstancesProps
Properties for defining a RosInstances
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-cr-instances
Initializer
using AlibabaCloud.SDK.ROS.CDK.Cr;
new RosInstancesProps {
object InstanceName = null,
object RefreshOptions = null,
object ResourceGroupId = null
};
Properties
Name | Type | Description |
---|---|---|
InstanceName |
object |
No description. |
RefreshOptions |
object |
No description. |
ResourceGroupId |
object |
No description. |
InstanceName
Optional
public object InstanceName { get; set; }
- Type: object
RefreshOptions
Optional
public object RefreshOptions { get; set; }
- Type: object
ResourceGroupId
Optional
public object ResourceGroupId { get; set; }
- Type: object