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 | |
---|---|---|
SqmSettings() | Initializes a new instance of the SqmSettings class. |
Properties
Name | Description | |
---|---|---|
AdmTemplateLocation | Gets or sets the location of the SQM ADM templates. |
|
ManagementServer | Gets or sets the ManagementServer object that represents the Management Server on which SQM needs to be enabled. |
|
Port | Gets or sets the port to use for SQM communication. |
|
UseSsl | Gets or sets a value indicating whether to use SSL for SQM communication. |
|
UseWindowsAuth | Gets or sets a value indicating whether to use Windows Authentication for SQM communication. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
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