RosStateConfigurationProps
Properties for defining a RosStateConfiguration
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-oos-stateconfiguration
Initializer
using AlibabaCloud.SDK.ROS.CDK.Oos;
new RosStateConfigurationProps {
object ScheduleExpression,
object ScheduleType,
object Targets,
object TemplateName,
object ConfigureMode = null,
object Description = null,
object Parameters = null,
object ResourceGroupId = null,
System.Collections.Generic.IDictionary<string, object> Tags = null,
object TemplateVersion = null
};
Properties
Name | Type | Description |
---|---|---|
ScheduleExpression |
object |
No description. |
ScheduleType |
object |
No description. |
Targets |
object |
No description. |
TemplateName |
object |
No description. |
ConfigureMode |
object |
No description. |
Description |
object |
No description. |
Parameters |
object |
No description. |
ResourceGroupId |
object |
No description. |
Tags |
System.Collections.Generic.IDictionary |
No description. |
TemplateVersion |
object |
No description. |
ScheduleExpression
Required
public object ScheduleExpression { get; set; }
- Type: object
ScheduleType
Required
public object ScheduleType { get; set; }
- Type: object
Targets
Required
public object Targets { get; set; }
- Type: object
TemplateName
Required
public object TemplateName { get; set; }
- Type: object
ConfigureMode
Optional
public object ConfigureMode { get; set; }
- Type: object
Description
Optional
public object Description { get; set; }
- Type: object
Parameters
Optional
public object Parameters { get; set; }
- Type: object
ResourceGroupId
Optional
public object ResourceGroupId { get; set; }
- Type: object
Tags
Optional
public System.Collections.Generic.IDictionary<string, object> Tags { get; set; }
- Type: System.Collections.Generic.IDictionary
TemplateVersion
Optional
public object TemplateVersion { get; set; }
- Type: object