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 (JPN) Description (JPN) 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>