RunbookDraft Class

Definition

public class RunbookDraft
type RunbookDraft = class
Public Class RunbookDraft
Inheritance
RunbookDraft

Constructors

RunbookDraft()

Initializes a new instance of the RunbookDraft class.

RunbookDraft(Nullable<Boolean>, ContentLink, DateTimeOffset, DateTimeOffset, IDictionary<String,RunbookParameter>, IList<String>)

Initializes a new instance of the RunbookDraft class.

Properties

CreationTime

Gets or sets the creation time of the runbook draft.

DraftContentLink

Gets or sets the draft runbook content link.

InEdit

Gets or sets whether runbook is in edit mode.

LastModifiedTime

Gets or sets the last modified time of the runbook draft.

OutputTypes

Gets or sets the runbook output types.

Parameters

Gets or sets the runbook draft parameters.

Methods

Validate()

Validate the object.

Applies to