Runbook Class

Definition

Definition of the runbook type.

public class Runbook : Microsoft.WindowsAzure.Management.Automation.Models.ResourceBase
type Runbook = class
    inherit ResourceBase
Public Class Runbook
Inherits ResourceBase
Inheritance

Constructors

Runbook()

Initializes a new instance of the Runbook class.

Properties

Id

Optional. Gets or sets the id of the resource.

(Inherited from ResourceBase)
Location

Optional. Gets or sets the location of the resource.

(Inherited from ResourceBase)
Name

Optional. Gets or sets the name of the resource.

(Inherited from ResourceBase)
Properties

Optional. Gets or sets the runbook properties.

Tags

Optional. Gets or sets the tags attached to the resource.

(Inherited from ResourceBase)
Type

Optional. Gets or sets the type of the resource.

(Inherited from ResourceBase)

Applies to