Skip to content

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.

ScheduleExpressionRequired

public object ScheduleExpression { get; set; }
  • Type: object

ScheduleTypeRequired

public object ScheduleType { get; set; }
  • Type: object

TargetsRequired

public object Targets { get; set; }
  • Type: object

TemplateNameRequired

public object TemplateName { get; set; }
  • Type: object

ConfigureModeOptional

public object ConfigureMode { get; set; }
  • Type: object

DescriptionOptional

public object Description { get; set; }
  • Type: object

ParametersOptional

public object Parameters { get; set; }
  • Type: object

ResourceGroupIdOptional

public object ResourceGroupId { get; set; }
  • Type: object

TagsOptional

public System.Collections.Generic.IDictionary<string, object> Tags { get; set; }
  • Type: System.Collections.Generic.IDictionary

TemplateVersionOptional

public object TemplateVersion { get; set; }
  • Type: object