RunbookCreateDraftProperties Class

Definition

The parameters supplied to the create dratft runbook properties.

public class RunbookCreateDraftProperties
type RunbookCreateDraftProperties = class
Public Class RunbookCreateDraftProperties
Inheritance
RunbookCreateDraftProperties

Constructors

RunbookCreateDraftProperties()

Initializes a new instance of the RunbookCreateDraftProperties class.

RunbookCreateDraftProperties(String, RunbookDraft)

Initializes a new instance of the RunbookCreateDraftProperties class with required arguments.

Properties

Description

Optional. Gets or sets the description of the runbook.

Draft

Required. Gets or sets the draft runbook properties.

LogProgress

Optional. Gets or sets progress log option.

LogVerbose

Optional. Gets or sets verbose log option.

RunbookType

Required. Gets or sets the type of the runbook.

ServiceManagementTags

Optional. Gets or sets the service management tags of the runbook.

Applies to