Settings.ManagementGroup.ClientMonitoringSettings Structure
Applies To: Operations Manager for System Center 2012
Contains the client monitoring settings for a Management Group that are shown in the Global Policy user interface.
Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
[SettingGroupAttribute]
public struct ClientMonitoringSettings
[SettingGroupAttribute]
public value struct ClientMonitoringSettings
[<Sealed>]
[<SettingGroupAttribute>]
type ClientMonitoringSettings = struct end
<SettingGroupAttribute>
Public Structure ClientMonitoringSettings
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from ValueType.) |
|
GetHashCode() | (Inherited from ValueType.) |
|
GetType() | (Inherited from Object.) |
|
ToString() | (Inherited from ValueType.) |
Fields
Name | Description | |
---|---|---|
ErrorTransmissionFilters | A string that contains error transmission filters for client monitoring. |
|
ExceptionFolders | The location where the exception folders are stored. |
|
MaxNumberOfCabsToCollect | The maximum number of cabs to collect for client monitoring. |
|
PolicyResponseUrl | The URL setting for the location of the policy response text. |
|
PublishMicrosoftDataCollectionRequests | Represents a setting indicating whether to publish Microsoft data collection requests. |
|
PublishMicrosoftFileCollectionRequests | Represents a setting indicating whether to publish Microsoft file collection requests. |
|
PublishMicrosoftMemoryDumpRequests | Represents a setting indicating whether to publish Microsoft memory dump requests. |
|
PublishMicrosoftRegistryCollectionRequests | Represents a setting indicating whether to publish Microsoft registry collection requests. |
|
PublishMicrosoftSolutionLinks | Represents a setting indicating whether to publish Microsoft solution links. |
|
PublishMicrosoftSurveyLinks | Represents a setting indicating whether to publish Microsoft survey links. |
|
PublishMicrosoftWMIQueryRequests | Represents a setting indicating whether to publish Microsoft WMI query requests. |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.EnterpriseManagement.Administration Namespace
Return to top