Microsoft.SystemCenter.VirtualMachineManager.Service服务

Microsoft.SystemCenter.VirtualMachineManager.Service (ClassType)

此抽象类型是所有 VMM 管理的服务的基类型

Element properties:

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

Class Hierarchy:

Class Properties:

Property Name Type Display Name (CHS) Description (CHS) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  显示名称 监视对象的显示名称。 false 256  False 
Microsoft.SystemCenter.VirtualMachineManager.Service:
VMMId  string  VMM 对象 ID true 256  False 
Release  string  版本 false 256  False 
Description  string  描述 false 65535  False 
Owner  string  所有者 false 256  False 
CostCenter  string  成本中心 false 256  False 
ServiceStatus  string  服务状态 false 256  False 
HostGroup  string  VMHostGroup false 256  False 
Cloud  string  false 256  False 
NotificationsAvailable  bool  可用通知 false 256   
ServiceTemplate  string  服务模板 false 256  False 
Location  string  位置 false 256  False 
ServicePriority  string  优先级 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>