Microsoft.SystemCenter.Orchestrator.RunbookParameterSystem Center Orchestrator Runbook 매개 변수

Microsoft.SystemCenter.Orchestrator.RunbookParameter (ClassType)

System Center Orchestrator Runbook 매개 변수를 나타냅니다.

Element properties:

Base ClassSystem.SupportingItem
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId43802fa2-71cd-3565-5287-79d80f19add9

Class Hierarchy:

Class Properties:

Property Name Type Display Name (KOR) Description (KOR) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  표시 이름 개체의 표시 이름입니다. false 4000  False 
Microsoft.SystemCenter.Orchestrator.RunbookParameter:
Id  string  ID ID true 256  False 
Name  string  이름 이름 false 256  False 
Type  string  유형 유형 false 256  False 
Direction  string  방향 In 또는 Out 매개 변수 false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.SystemCenter.Orchestrator.RunbookParameter" Accessibility="Public" Abstract="false" Base="SupportingItem!System.SupportingItem" Hosted="true" Singleton="false">
<Property ID="Id" Type="string" Key="true" CaseSensitive="false" MaxLength="256"/>
<Property ID="Name" Type="string" CaseSensitive="false" MaxLength="256"/>
<Property ID="Type" Type="string" CaseSensitive="false" MaxLength="256"/>
<Property ID="Direction" Type="string" CaseSensitive="false" MaxLength="256"/>
</ClassType>