Microsoft.SystemCenter.UserActionManager用户操作管理器

Microsoft.SystemCenter.UserActionManager (ClassType)

Element properties:

Base ClassSystem.Perspective
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIda921b83e-eb70-419c-1850-b85bfe2957c1
Commentthis class represents pending actions that require user interaction (i.e. approval, etc...)

Class Hierarchy:

Class Properties:

Property Name Type Display Name (CHS) Description (CHS) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  显示名称 监视对象的显示名称。 false 256  False 
Microsoft.SystemCenter.UserActionManager:
TargetDevicePrincipalName  string  目标服务主体名称 true 256  False 
TargetDeviceNetworkName  string  目标服务网络名称 false 256  False 
ManagementServerName  string  主管理服务器 false 256  False 
PendingStateType  int  挂起状态类型 false 256   
LastModified  datetime  上次修改时间 false 256   
FailureType  string  失败类型 false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.SystemCenter.UserActionManager" Comment="this class represents pending actions that require user interaction (i.e. approval, etc...)" Accessibility="Public" Abstract="false" Base="System!System.Perspective" Hosted="true" Singleton="false">
<Property ID="TargetDevicePrincipalName" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="TargetDeviceNetworkName" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ManagementServerName" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="PendingStateType" Type="int" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="LastModified" Type="datetime" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="FailureType" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>