Microsoft.SystemCenter.UserActionManagerGestionnaire d'action utilisateur

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 (FRA) Description (FRA) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Nom complet Nom complet de l'objet. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  État des objets État des objets false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  État des actifs État des actifs false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Remarques Remarques false 4000       
Microsoft.SystemCenter.UserActionManager:
TargetDevicePrincipalName  string  Nom principal du périphérique cible Nom principal du périphérique cible true 256  False     
TargetDeviceNetworkName  string  Nom réseau du périphérique cible Nom réseau du périphérique cible false 256  False     
ManagementServerName  string  Serveur d'administration principal Serveur d'administration principal false 256  False     
PendingStateType  int  Type d'état en attente Type d'état en attente false 256       
LastModified  datetime  Heure de dernière modification Heure de dernière modification false 256       
FailureType  string  Type d'échec Type d'échec 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" MinLength="0" MaxLength="256"/>
<Property ID="TargetDeviceNetworkName" Type="string" Key="false" CaseSensitive="false" MinLength="0" MaxLength="256"/>
<Property ID="ManagementServerName" Type="string" Key="false" CaseSensitive="false" MinLength="0" MaxLength="256"/>
<Property ID="PendingStateType" Type="int" Key="false" CaseSensitive="false" MinLength="0" MaxLength="256"/>
<Property ID="LastModified" Type="datetime" Key="false" CaseSensitive="false" MinLength="0" MaxLength="256"/>
<Property ID="FailureType" Type="string" Key="false" CaseSensitive="false" MinLength="0" MaxLength="256"/>
</ClassType>