Microsoft.SystemCenter.ServiceManager.SoftwareDeployment.ProcessOhjelmistojen käyttöönottoprosessi

Microsoft.SystemCenter.ServiceManager.SoftwareDeployment.Process (ClassType)

Service Manager -portaalin ohjelmistojen käyttöönottoprosessi

Element properties:

Base ClassSystem.AdminItem
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIde96dcba9-d9f3-d1ab-164e-620db82601e2

Class Hierarchy:

Class Properties:

Property Name Type Display Name (FIN) Description (FIN) Key Max Length Min Length Case Sensitive Default Value
System.Entity:
DisplayName  string  Näyttönimi Objektin näyttönimi. false 4000  False   
Microsoft.SystemCenter.ServiceManager.SoftwareDeployment.Process:
ProcessId  string  Prosessin tunnus Ohjelmistojen käyttöönottoprosessin tunnus true 256  False  {0} 
ChangeRequestTemplateId  guid  Muutospyyntömallin tunnus Muutospyyntömallin tunnus false 256     
ChangeRequestTemplateName  string  Muutospyyntömallin nimi Muutospyyntömallin nimi false 256  False   
Description  string  Kuvaus Ohjelmistojen käyttöönottoprosessin kuvaus false 4000  False   

Health Model:

Source Code:

<ClassType ID="Microsoft.SystemCenter.ServiceManager.SoftwareDeployment.Process" Base="AdminItem!System.AdminItem" Abstract="false" Accessibility="Public" Hosted="false">
<Property ID="ProcessId" Type="string" Key="true" AutoIncrement="true" DefaultValue="{0}"/>
<Property ID="ChangeRequestTemplateId" Type="guid" Required="true"/>
<Property ID="ChangeRequestTemplateName" Type="string"/>
<Property ID="Description" Type="string" MaxLength="4000"/>
</ClassType>