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