Microsoft.SystemCenter.Orchestrator.RunbookAutomationActivity.BaseRunbook 自動化活動基礎

Microsoft.SystemCenter.Orchestrator.RunbookAutomationActivity.Base (ClassType)

Element properties:

Base ClassSystem.WorkItem.Activity
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId3bc50380-32ec-74cb-917d-bffe401f4e73

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ZHH) Description (ZHH) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  顯示名稱 顯示物件的名稱。 false 4000  False     
System.WorkItem:
Id  string  ID Work item ID true 256  False  {0}   
Title  string  Title Title false 200  False     
Description  string  Description Description false 4000  False     
ContactMethod  string  Alternate contact method Alternate contact method false 256  False     
CreatedDate  datetime  Created date Created date false 256    GetUTCDate()   
ScheduledStartDate  datetime  Scheduled start date Scheduled start date false 256       
ScheduledEndDate  datetime  Scheduled end date Scheduled end date false 256       
ActualStartDate  datetime  Actual start date Actual start date false 256       
ActualEndDate  datetime  Actual end date Actual end date false 256       
IsDowntime  bool  Is Downtime Is Downtime false 256       
IsParent  bool  Is parent Is parent work item false 256       
ScheduledDowntimeStartDate  datetime  Scheduled Downtime Start Date Scheduled Downtime Start Date false 256       
ScheduledDowntimeEndDate  datetime  Scheduled Downtime End Date Scheduled Downtime End Date false 256       
ActualDowntimeStartDate  datetime  Actual Downtime Start Date Actual Downtime Start Date false 256       
ActualDowntimeEndDate  datetime  Actual Downtime End Date Actual Downtime End Date false 256       
RequiredBy  datetime  Required By Required By false 256       
PlannedCost  double  Planned Cost Planned Cost false 256       
ActualCost  double  Actual Cost Actual Cost false 256       
PlannedWork  double  Planned Work Hours Planned Work Hours false 256       
ActualWork  double  Actual Work Hours Actual Work Hours false 256       
UserInput  string  User Input User input in form on questions and answers false 65536  False     
FirstAssignedDate  datetime  First assigned date Date when workitem was first assigned to an analyst or implementor false 256       
FirstResponseDate  datetime  First response date Date when an analyst or implementor first replies back to affected user false 256       
System.WorkItem.Activity:
SequenceId  int  順序識別碼 順序識別碼 false 256       
ChildId  string  子系識別碼 這個子系的識別碼 false 256  False  {0}   
Notes  richtext  附註 附註 false 4000       
Status  enum  狀態 狀態 false 256      ActivityStatusEnum 
Priority  enum  優先順序 優先順序 false 256      ActivityPriorityEnum 
Area  enum  區域 區域 false 256      ActivityAreaEnum 
Stage  enum  階段 階段 false 256      ActivityStageEnum 
Documentation  richtext  文件 文件 false 4000       
Skip  bool  略過 表示是否應略過活動, 但這並不是活動狀態「已略過」。 false 256    false   
Microsoft.SystemCenter.Orchestrator.RunbookAutomationActivity.Base:
RunbookId  guid  Runbook 識別碼 Runbook 識別碼 false 256       
TemplateId  string  範本識別碼 範本識別碼 false 256  False     
IsReadyForAutomation  bool  已準備好進行自動化 已準備好進行自動化 false 256    false   
SCOJobId  guid  SCOJob 識別碼 SCOJob 識別碼 false 256       
PropertyMapping  string  內容對應 內容對應 false 65535  False     

Health Model:

Source Code:

<ClassType ID="Microsoft.SystemCenter.Orchestrator.RunbookAutomationActivity.Base" Accessibility="Public" Abstract="true" Base="CoreActivity!System.WorkItem.Activity" Hosted="false" Singleton="false">
<Property ID="RunbookId" Type="guid"/>
<Property ID="TemplateId" Type="string"/>
<Property ID="IsReadyForAutomation" Type="bool" DefaultValue="false"/>
<Property ID="SCOJobId" Type="guid"/>
<Property ID="PropertyMapping" Type="string" MaxLength="65535"/>
</ClassType>