MonitoringSettings Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains settings used to manage or configure the monitoring service and the tests executed by the service.
public ref class MonitoringSettings : Microsoft::Xrm::Sdk::Deployment::DeploymentConfigSettings
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Diagnostics.DebuggerStepThrough]
[System.Runtime.Serialization.DataContract(Name="MonitoringSettings", Namespace="http://schemas.microsoft.com/xrm/2011/Contracts/Deployment")]
public class MonitoringSettings : Microsoft.Xrm.Sdk.Deployment.DeploymentConfigSettings
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Runtime.Serialization.DataContract(Name="MonitoringSettings", Namespace="http://schemas.microsoft.com/xrm/2011/Contracts/Deployment")>]
type MonitoringSettings = class
inherit DeploymentConfigSettings
Public Class MonitoringSettings
Inherits DeploymentConfigSettings
- Inheritance
- Attributes
Remarks
At this time, the only tests run are those that monitor the remaining life for certificates installed for Microsoft Dynamics 365.
Constructors
MonitoringSettings() |
Initializes a new instance of the MonitoringSettings class. |
Properties
CertificateLifetimeNotificationThreshold |
Gets or sets the threshold of the certificate lifetime remaining at which to begin reporting expiration notifications. |
ExtensionData |
Gets or sets the structure that contains extra data. (Inherited from DeploymentObject) |
MonitoringOrganizationUniqueName |
Gets or sets the unique name of the organization that is being monitored. |
MonitoringOrganizationUserAccount |
Gets or sets the user account to be used when monitoring the organization. |
MonitoringOrganizationUserPassword |
Gets or sets the user account password to be used when monitoring the organization. |
ResultsToKeep |
Gets or sets the number of monitoring results to keep. |
ResultsToKeepInDatabase |
Gets or sets the number of monitoring results to keep in the database. |
StoreResultsInDatabase |
Gets or sets whether monitoring results should be kept in the database. |