Microsoft.SystemCenter.VirtualMachineManager.UserRole用户角色

Microsoft.SystemCenter.VirtualMachineManager.UserRole (ClassType)

此抽象类型是 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 (CHS) Description (CHS) 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       
Microsoft.SystemCenter.VirtualMachineManager.UserRole:
RoleID  string  角色 ID true 256  False     
VMMServer  string  VMMServer true 256  False     
Description  string  描述 false 65535  False     
ParentRoleID  string  父角色 ID false 256  False     
RoleName  string  角色名称 false 256  False     
Profile  string  配置文件 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" Length="65535"/>
<Property ID="ParentRoleID" Type="string" Key="false"/>
<Property ID="RoleName" Type="string" Key="false"/>
<Property ID="Profile" Type="string" Key="false"/>
</ClassType>