Runbook Class

Definition

The Runbook.

public class Runbook : Microsoft.Azure.Commands.Automation.Model.BaseProperties
type Runbook = class
    inherit BaseProperties
Public Class Runbook
Inherits BaseProperties
Inheritance

Constructors

Runbook()

Initializes a new instance of the Runbook class.

Runbook(String, String, Runbook)

Initializes a new instance of the Runbook class.

Properties

AutomationAccountName

Gets or sets the automation account name.

(Inherited from BaseProperties)
CreationTime

Gets or sets the creation time.

(Inherited from BaseProperties)
Description

Gets or sets the description.

(Inherited from BaseProperties)
JobCount

Gets or sets the JobCount.

LastModifiedBy

Gets or sets a last modified by.

LastModifiedTime

Gets or sets the last modified time.

(Inherited from BaseProperties)
Location

Gets or sets the location.

LogProgress

Gets or sets a value indicating whether log progress is enabled.

LogVerbose

Gets or sets a value indicating whether log verbose is enabled.

Name

Gets or sets the name.

(Inherited from BaseProperties)
Parameters

Gets or sets the parameters.

ResourceGroupName

Gets or sets the resource group name.

(Inherited from BaseProperties)
RunbookType

Gets or sets the runbook type.

State

Gets or sets the state of runbook.

Tags

Gets or sets the tags.

Applies to