Microsoft.SystemCenter.VirtualMachineManager.UserRoleFunção de utilizador

Microsoft.SystemCenter.VirtualMachineManager.UserRole (ClassType)

Este tipo abstrato é o tipo base para as funções de utilizador do VMM

Element properties:

Base ClassSystem.LogicalEntity
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId188675f3-54f8-d1ad-7719-af70fd196bf6

Class Hierarchy:

Class Properties:

Property Name Type Display Name (PTG) Description (PTG) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Nome a Apresentar Nome a apresentar do objecto. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Estado do Objecto Estado do objecto false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Estado do Recurso Estado do recurso false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Notas Notas false 4000       
Microsoft.SystemCenter.VirtualMachineManager.UserRole:
RoleID  string  ID da Função true 256  False     
VMMServer  string  VMMServer true 256  False     
Description  string  Descrição false 65535  False     
ParentRoleID  string  ID da Função Principal false 256  False     
RoleName  string  Nome da função false 256  False     
Profile  string  Perfil false 256  False     

Health Model:

Source Code:

<ClassType ID="Microsoft.SystemCenter.VirtualMachineManager.UserRole" Accessibility="Public" Abstract="true" Base="System!System.LogicalEntity" Hosted="false" Singleton="false">
<Property ID="RoleID" Type="string" Key="true"/>
<Property ID="VMMServer" Type="string" Key="true"/>
<!-- SPF creates user roles with same ID across multiple VMM Servers-->
<Property ID="Description" Type="string" Key="false" MaxLength="65535"/>
<Property ID="ParentRoleID" Type="string" Key="false"/>
<Property ID="RoleName" Type="string" Key="false"/>
<Property ID="Profile" Type="string" Key="false"/>
</ClassType>