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 Default Value EnumType
System.Entity:
DisplayName  string  表示名 監視オブジェクトの表示名。 false 4000  False     
System.ConfigItem:
ObjectStatus  enum  オブジェクトの状態 オブジェクトの状態 false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  資産の状態 資産の状態 false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  メモ メモ false 4000       
System.Service:
ServiceDescription  string  サービスの説明 サービスの説明 false 256  False     
BusinessDetailedDescription  string  ビジネスの詳細説明 ビジネスの詳細説明 false 256  False     
IsBusinessService  bool  ビジネス サービス ビジネス サービス false 256       
OwnedByOrganization  string  組織が所有 組織が所有しています false 256  False     
Priority  enum  優先度 優先度 false 256      System.ServiceManagement.ServicePriority 
Status  enum  状態 状態 false 256      System.ServiceManagement.ServiceStatus 
Classification  enum  分類 分類 false 256      System.ServiceManagement.ServiceClassification 
AvailabilitySchedule  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     
OwnerUserRole  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" MaxLength="65535"/>
<Property ID="Owner" Type="string"/>
<Property ID="OwnerUserRole" 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>