Microsoft.SystemCenter.Orchestrator.RunbookItemSystem Center Orchestrator Runbook Item

Microsoft.SystemCenter.Orchestrator.RunbookItem (ClassType)

Represents a System Center Orchestrator Runbook

Element properties:

Base ClassSystem.SupportingItem
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId4f1dbb48-0630-3c6a-e6c5-89281a870f47

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive EnumType
System.Entity:
DisplayName  string  Display Name Display name of the object. false 4000  False   
Microsoft.SystemCenter.Orchestrator.RunbookItem:
Id  string  Id Id true 256  False   
Name  string  Name Name false 256  False   
Description  string  Description Description false 1024  False   
FolderPath  string  Folder Path Folder Path false 1024  False   
FolderId  guid      false 1024     
ConnectorId  string  Connector Id Id of the connector that imported the Runbook false 256  False   
Url  string      false 1024  False   
LastModifiedTime  datetime  Last Modified Time Last Modified Time false 256     
Status  enum  Status Status false 256    Runbook.Status 

Health Model:

Source Code:

<ClassType ID="Microsoft.SystemCenter.Orchestrator.RunbookItem" Accessibility="Public" Abstract="false" Base="SupportingItem!System.SupportingItem" Hosted="false" Singleton="false">
<Property ID="Id" Type="string" Key="true" CaseSensitive="false" MaxLength="256"/>
<Property ID="Name" Type="string" CaseSensitive="false" MaxLength="256"/>
<Property ID="Description" Type="string" CaseSensitive="false" MaxLength="1024"/>
<Property ID="FolderPath" Type="string" CaseSensitive="false" MaxLength="1024"/>
<Property ID="FolderId" Type="guid" CaseSensitive="false" MaxLength="1024"/>
<Property ID="ConnectorId" Type="string" CaseSensitive="false" MaxLength="256"/>
<Property ID="Url" Type="string" MaxLength="1024"/>
<Property ID="LastModifiedTime" Type="datetime"/>
<Property ID="Status" Type="enum" EnumType="Runbook.Status"/>
</ClassType>