Share via


AutomationRunbookCreateOrUpdateContent Class

Definition

The parameters supplied to the create or update runbook operation.

public class AutomationRunbookCreateOrUpdateContent
type AutomationRunbookCreateOrUpdateContent = class
Public Class AutomationRunbookCreateOrUpdateContent
Inheritance
AutomationRunbookCreateOrUpdateContent

Constructors

AutomationRunbookCreateOrUpdateContent(AutomationRunbookType)

Initializes a new instance of AutomationRunbookCreateOrUpdateContent.

Properties

Description

Gets or sets the description of the runbook.

Draft

Gets or sets the draft runbook properties.

IsLogProgressEnabled

Gets or sets progress log option.

IsLogVerboseEnabled

Gets or sets verbose log option.

Location

Gets or sets the location of the resource.

LogActivityTrace

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

Name

Gets or sets the name of the resource.

PublishContentLink

Gets or sets the published runbook content link.

RunbookType

Gets or sets the type of the runbook.

Tags

Gets or sets the tags attached to the resource.

Applies to