Microsoft.SystemCenter.VirtualMachineManager.ServiceDienst

Microsoft.SystemCenter.VirtualMachineManager.Service (ClassType)

Dieser abstrakte Typ ist der Basistyp für alle von VMM verwalteten Dienste.

Element properties:

Base ClassSystem.Service
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdfbd09205-8173-72c6-36f5-766ea5621532

Class Hierarchy:

Class Properties:

Property Name Type Display Name (DEU) Description (DEU) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Anzeigename Anzeigename des Überwachungsobjekts. false 256  False 
Microsoft.SystemCenter.VirtualMachineManager.Service:
VMMId  string  VMM-Objekt-ID true 256  False 
Release  string  Version false 256  False 
Description  string  Beschreibung false 65535  False 
Owner  string  Besitzer false 256  False 
CostCenter  string  Kostenstelle false 256  False 
ServiceStatus  string  Dienststatus false 256  False 
HostGroup  string  VMHostGroup false 256  False 
Cloud  string  Cloud false 256  False 
NotificationsAvailable  bool  Verfügbare Benachrichtigungen false 256   
ServiceTemplate  string  Dienstvorlage false 256  False 
Location  string  Speicherort false 256  False 
ServicePriority  string  Priorität false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.SystemCenter.VirtualMachineManager.Service" Accessibility="Public" Abstract="true" Base="System!System.Service" Hosted="false" Singleton="false">
<Property ID="VMMId" Type="string" Key="true"/>
<Property ID="Release" Type="string" Key="false"/>
<Property ID="Description" Type="string" Length="65535"/>
<Property ID="Owner" Type="string"/>
<Property ID="CostCenter" Type="string"/>
<Property ID="ServiceStatus" Type="string"/>
<Property ID="HostGroup" Type="string"/>
<Property ID="Cloud" Type="string"/>
<Property ID="NotificationsAvailable" Type="bool"/>
<Property ID="ServiceTemplate" Type="string" Key="false"/>
<Property ID="Location" Type="string" Key="false"/>
<Property ID="ServicePriority" Type="string" Key="false"/>
</ClassType>