Share via


RunbookParameter Members

Definition of the runbook parameter type.

The following tables list the members exposed by the RunbookParameter type.

Public Constructors

  Name Description
  RunbookParameter Initializes a new instance of the RunbookParameter class.

Top

Public Properties

  Name Description
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.

Top

Public Methods

(see also Protected Methods)

  Name Description
Equals  (Inherited from Object)
GetHashCode  (Inherited from Object)
GetType  (Inherited from Object)
ToString  (Inherited from Object)

Top

Protected Methods

  Name Description
Finalize  (Inherited from Object)
MemberwiseClone  (Inherited from Object)

Top

See Also

Reference

RunbookParameter Class
Microsoft.WindowsAzure.Management.Automation.Models Namespace