AemGlobalSettings Class
Applies To: Operations Manager for System Center 2012
Contains AEM global settings.
Namespace: Microsoft.EnterpriseManagement.Monitoring.ClientMonitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Inheritance Hierarchy
System.Object
Microsoft.EnterpriseManagement.Monitoring.ClientMonitoring.AemGlobalSettings
Syntax
public sealed class AemGlobalSettings
public ref class AemGlobalSettings sealed
[<Sealed>]
type AemGlobalSettings = class end
Public NotInheritable Class AemGlobalSettings
Constructors
Name | Description | |
---|---|---|
AemGlobalSettings(ManagementGroup) | Initializes a new AemGlobalSettings object. |
Properties
Name | Description | |
---|---|---|
AppNameFilters | Gets application name filters. |
|
BaseSettings | Gets the base settings for the AEM global settings. |
|
BucketTypeFilters | Gets bucket type filters. |
|
EventTypeFilters | Gets event type filters. |
|
ExceptionFolders | Gets the paths to the folders that contain exceptions related to the AEM global settings. |
|
MachineNameFilters | Gets machine name filters. |
|
MaxCabsToCollect | Gets or sets the maximum number of .cab files to keep in the PersistedCabs folder on the file share. |
|
ModNameFilters | Gets module name filters. |
|
Policy | Gets or sets the AEM policy. |
|
PublishMicrosoftCollectionRequest | Gets or sets a value indicating whether to publish a collection request. |
|
PublishMicrosoftFileCollectionRequest | Gets or sets a value indicating whether to publish a file collection request. |
|
PublishMicrosoftMemoryDumpCollectionRequest | Gets or sets a value indicating whether to publish a memory dump collection request. |
|
PublishMicrosoftRegCollectionRequest | Gets or sets a value indicating whether to publish a registry collection request. |
|
PublishMicrosoftSolutionLinks | Gets or sets a value indicating whether to publish solution links. |
|
PublishMicrosoftSurveyLinks | Gets or sets a value indicating whether to publish survey links. |
|
PublishMicrosoftWMIQueryCollectionRequest | Gets or sets a value indicating whether to publish WMI query collection requests. |
|
UserNameFilters | Gets user name filters. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
Save() | Saves the global setting values for a given Management Group. |
|
ToString() | (Inherited from Object.) |
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.Monitoring.ClientMonitoring Namespace
Return to top