Microsoft.SystemCenter.VirtualMachineManager.UserRole사용자 역할

Microsoft.SystemCenter.VirtualMachineManager.UserRole (ClassType)

이 추상 유형은 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 (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       
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" MaxLength="65535"/>
<Property ID="ParentRoleID" Type="string" Key="false"/>
<Property ID="RoleName" Type="string" Key="false"/>
<Property ID="Profile" Type="string" Key="false"/>
</ClassType>