Microsoft.SystemCenter.Orchestrator.RunbookParameterΠαράμετρος Runbook του System Center Orchestrator

Microsoft.SystemCenter.Orchestrator.RunbookParameter (ClassType)

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

Element properties:

Base ClassSystem.SupportingItem
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId9f7dd20c-72dd-cf0d-541d-76b0c91b1f34

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ELL) Description (ELL) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Εμφανιζόμενο όνομα Εμφανιζόμενο όνομα του αντικειμένου. false 4000  False 
Microsoft.SystemCenter.Orchestrator.RunbookParameter:
Id  string  Αναγνωριστικό Αναγνωριστικό 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>