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 (JPN) Description (JPN) 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>