RosActivationProps
Properties for defining a RosActivation
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-ecs-activation
Initializer
using AlibabaCloud.SDK.ROS.CDK.Ecs;
new RosActivationProps {
object ActivationId,
object RefreshOptions = null
};
Properties
Name | Type | Description |
---|---|---|
ActivationId |
object |
No description. |
RefreshOptions |
object |
No description. |
ActivationId
Required
public object ActivationId { get; set; }
- Type: object
RefreshOptions
Optional
public object RefreshOptions { get; set; }
- Type: object