Microsoft.SystemCenter.VirtualMachineManager.UserRoleFunção de usuário

Microsoft.SystemCenter.VirtualMachineManager.UserRole (ClassType)

Esse tipo abstrato é o tipo base para funções de usuário do VMM

Element properties:

Base ClassSystem.LogicalEntity
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId76fd4dc8-dbfb-c617-c29e-56f127e4db50

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       
Microsoft.SystemCenter.VirtualMachineManager.UserRole:
RoleID  string  ID de função true 256  False     
VMMServer  string  VMMServer true 256  False     
Description  string  Descrição false 65535  False     
ParentRoleID  string  ID de função pai false 256  False     
RoleName  string  Nome de 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>