Microsoft.SystemCenter.Orchestrator.RunbookItemΣτοιχείο Runbook του System Center Orchestrator

Microsoft.SystemCenter.Orchestrator.RunbookItem (ClassType)

Αντιπροσωπεύει ένα Runbook του System Center Orchestrator

Element properties:

Base ClassSystem.SupportingItem
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdef93b7e8-9ad8-0879-83d4-45d759dc26be

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ELL) Description (ELL) Key Max Length Min Length Case Sensitive EnumType
System.Entity:
DisplayName  string  Εμφανιζόμενο όνομα Εμφανιζόμενο όνομα του αντικειμένου. false 4000  False   
Microsoft.SystemCenter.Orchestrator.RunbookItem:
Id  string  Αναγνωριστικό Αναγνωριστικό true 256  False   
Name  string  Όνομα Όνομα false 256  False   
Description  string  Περιγραφή Περιγραφή false 1024  False   
FolderPath  string  Διαδρομή φακέλου Διαδρομή φακέλου false 1024  False   
FolderId  guid      false 1024     
ConnectorId  string  Αναγνωριστικό λογισμικού σύνδεσης Αναγνωριστικό του λογισμικού σύνδεσης που έχει εισαγάγει το Runbook false 256  False   
Url  string      false 1024  False   
LastModifiedTime  datetime  Ώρα τελευταίας τροποποίησης Ώρα τελευταίας τροποποίησης false 256     
Status  enum  Κατάσταση Κατάσταση 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>