Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

Runbook Class

Definition

Namespace:
Microsoft.Azure.Commands.Automation.Model
Assembly:
Microsoft.Azure.PowerShell.Cmdlets.Automation.dll
Assembly:
Microsoft.Azure.Commands.ResourceManager.Automation.dll

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

The Runbook.

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

Constructors

Name Description
Runbook()

Initializes a new instance of the Runbook class.

Runbook(String, String, Runbook)

Initializes a new instance of the Runbook class.

Properties

Name Description
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