Share via


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
System_CAPS_pubmethod AemGlobalSettings(ManagementGroup)

Initializes a new AemGlobalSettings object.

Properties

Name Description
System_CAPS_pubproperty AppNameFilters

Gets application name filters.

System_CAPS_pubproperty BaseSettings

Gets the base settings for the AEM global settings.

System_CAPS_pubproperty BucketTypeFilters

Gets bucket type filters.

System_CAPS_pubproperty EventTypeFilters

Gets event type filters.

System_CAPS_pubproperty ExceptionFolders

Gets the paths to the folders that contain exceptions related to the AEM global settings.

System_CAPS_pubproperty MachineNameFilters

Gets machine name filters.

System_CAPS_pubproperty MaxCabsToCollect

Gets or sets the maximum number of .cab files to keep in the PersistedCabs folder on the file share.

System_CAPS_pubproperty ModNameFilters

Gets module name filters.

System_CAPS_pubproperty Policy

Gets or sets the AEM policy.

System_CAPS_pubproperty PublishMicrosoftCollectionRequest

Gets or sets a value indicating whether to publish a collection request.

System_CAPS_pubproperty PublishMicrosoftFileCollectionRequest

Gets or sets a value indicating whether to publish a file collection request.

System_CAPS_pubproperty PublishMicrosoftMemoryDumpCollectionRequest

Gets or sets a value indicating whether to publish a memory dump collection request.

System_CAPS_pubproperty PublishMicrosoftRegCollectionRequest

Gets or sets a value indicating whether to publish a registry collection request.

System_CAPS_pubproperty PublishMicrosoftSolutionLinks

Gets or sets a value indicating whether to publish solution links.

System_CAPS_pubproperty PublishMicrosoftSurveyLinks

Gets or sets a value indicating whether to publish survey links.

System_CAPS_pubproperty PublishMicrosoftWMIQueryCollectionRequest

Gets or sets a value indicating whether to publish WMI query collection requests.

System_CAPS_pubproperty UserNameFilters

Gets user name filters.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod Save()

Saves the global setting values for a given Management Group.

System_CAPS_pubmethod 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