RunbookCreateOrUpdateDraftProperties Class

Definition

The parameters supplied to the create or update draft runbook properties.

public class RunbookCreateOrUpdateDraftProperties
type RunbookCreateOrUpdateDraftProperties = class
Public Class RunbookCreateOrUpdateDraftProperties
Inheritance
RunbookCreateOrUpdateDraftProperties

Constructors

RunbookCreateOrUpdateDraftProperties()

Initializes a new instance of the RunbookCreateOrUpdateDraftProperties class.

RunbookCreateOrUpdateDraftProperties(String, RunbookDraft)
RunbookCreateOrUpdateDraftProperties(String, RunbookDraft, Nullable<Boolean>, Nullable<Boolean>, String, Nullable<Int32>)

Initializes a new instance of the RunbookCreateOrUpdateDraftProperties class.

Properties

Description

Gets or sets the description of the runbook.

Draft

Gets or sets the draft runbook properties.

LogActivityTrace

Gets or sets the activity-level tracing options of the runbook.

LogProgress

Gets or sets progress log option.

LogVerbose

Gets or sets verbose log option.

RunbookType

Gets or sets the type of the runbook. Possible values include: 'Script', 'Graph', 'PowerShellWorkflow', 'PowerShell', 'GraphPowerShellWorkflow', 'GraphPowerShell'

Methods

Validate()

Validate the object.

Applies to