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 (KOR) Description (KOR) 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  WMM 개체 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>