共用方式為


RunbookParameter Class

Definition

Definition of the runbook parameter type.

public class RunbookParameter
type RunbookParameter = class
Public Class RunbookParameter
Inheritance
RunbookParameter

Constructors

RunbookParameter()

Initializes a new instance of the RunbookParameter class.

Properties

DefaultValue

Optional. Gets or sets the default value of parameter.

IsMandatory

Optional. Gets or sets a Boolean value to indicate whether the parameter is madatory or not.

Position

Optional. Get or sets the position of the parameter.

Type

Optional. Gets or sets the type of the parameter.

Applies to