Microsoft.SystemCenter.VirtualMachineManager.ServiceServiço

Microsoft.SystemCenter.VirtualMachineManager.Service (ClassType)

Esse tipo abstrato é o tipo base para todos os serviços gerenciados do 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 (PTB) Description (PTB) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Nome para exibição Nome para exibição do objeto. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Status do Objeto Status do objeto false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Status do Ativo Status do ativo false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Notas Notas false 4000       
System.Service:
ServiceDescription  string  Descrição do Serviço Descrição do Serviço false 256  False     
BusinessDetailedDescription  string  Descrição Detalhada dos Negócios Descrição Detalhada dos Negócios false 256  False     
IsBusinessService  bool  É Serviço Corporativo É Serviço Corporativo false 256       
OwnedByOrganization  string  Pertence à Organização Pertence à Organização false 256  False     
Priority  enum  Prioridade Prioridade false 256      System.ServiceManagement.ServicePriority 
Status  enum  Status Status false 256      System.ServiceManagement.ServiceStatus 
Classification  enum  Classificação Classificação false 256      System.ServiceManagement.ServiceClassification 
AvailabilitySchedule  string  Cronograma de Disponibilidade Cronograma de Disponibilidade false 256  False     
Microsoft.SystemCenter.VirtualMachineManager.Service:
VMMId  string  ID de Objeto do VMM true 256  False     
Release  string  Liberação false 256  False     
Description  string  Descrição false 65535  False     
Owner  string  Proprietário false 256  False     
OwnerUserRole  string  Função de usuário do proprietário false 256  False     
CostCenter  string  Centro de Custo false 256  False     
ServiceStatus  string  Status do Serviço false 256  False     
HostGroup  string  Grupo de Hosts de VM false 256  False     
Cloud  string  Nuvem false 256  False     
NotificationsAvailable  bool  Notificações Disponíveis false 256       
ServiceTemplate  string  Modelo de Serviço false 256  False     
Location  string  Localização false 256  False     
ServicePriority  string  Prioridade 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="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>