RunbookCreateProperties Class

Definition

The parameters supplied to the create runbook properties.

public class RunbookCreateProperties
type RunbookCreateProperties = class
Public Class RunbookCreateProperties
Inheritance
RunbookCreateProperties

Constructors

RunbookCreateProperties()

Initializes a new instance of the RunbookCreateProperties class.

RunbookCreateProperties(String, ContentLink)

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

Properties

Description

Optional. Gets or sets the description of the runbook.

LogProgress

Optional. Gets or sets progress log option.

LogVerbose

Optional. Gets or sets verbose log option.

PublishContentLink

Required. Gets or sets the published runbook content link.

RunbookType

Required. Gets or sets the type of the runbook.

ServiceManagementTags

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

Applies to