SqmSettings Class

 

Applies To: Operations Manager for System Center 2012

Contains software quality metrics (SQM) settings. This class cannot be inherited.

Namespace:   Microsoft.EnterpriseManagement.Monitoring.ClientMonitoring
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Inheritance Hierarchy

System.Object
  Microsoft.EnterpriseManagement.Monitoring.ClientMonitoring.SqmSettings

Syntax

public sealed class SqmSettings
public ref class SqmSettings sealed 
[<Sealed>]
type SqmSettings = class end
Public NotInheritable Class SqmSettings

Constructors

Name Description
System_CAPS_pubmethod SqmSettings()

Initializes a new instance of the SqmSettings class.

Properties

Name Description
System_CAPS_pubproperty AdmTemplateLocation

Gets or sets the location of the SQM ADM templates.

System_CAPS_pubproperty ManagementServer

Gets or sets the ManagementServer object that represents the Management Server on which SQM needs to be enabled.

System_CAPS_pubproperty Port

Gets or sets the port to use for SQM communication.

System_CAPS_pubproperty UseSsl

Gets or sets a value indicating whether to use SSL for SQM communication.

System_CAPS_pubproperty UseWindowsAuth

Gets or sets a value indicating whether to use Windows Authentication for SQM communication.

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 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