MonitoringResultData Class

Definition

Contains information about the result of a test run by the Microsoft Dynamics 365 monitoring service.

public ref class MonitoringResultData : Microsoft::Xrm::Sdk::Deployment::BaseData
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Diagnostics.DebuggerStepThrough]
[System.Runtime.Serialization.DataContract(Name="MonitoringResultData", Namespace="http://schemas.datacontract.org/2004/07/Microsoft.Crm.Admin.AdminService")]
public class MonitoringResultData : Microsoft.Xrm.Sdk.Deployment.BaseData
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Runtime.Serialization.DataContract(Name="MonitoringResultData", Namespace="http://schemas.datacontract.org/2004/07/Microsoft.Crm.Admin.AdminService")>]
type MonitoringResultData = class
    inherit BaseData
Public Class MonitoringResultData
Inherits BaseData
Inheritance
MonitoringResultData
Attributes

Constructors

MonitoringResultData()

Initializes a new instance of the MonitoringResultData class.

Properties

EndTime

Gets or sets the time when monitoring test ended.

ExtensionData

For internal use only.

(Inherited from BaseData)
Id

Gets or sets the ID of the monitoring test.

Role

Gets or sets the Dynamics 365 role for which the monitoring test was run.

Server

Gets or sets the Dynamics 365 server name where the test was run.

StartTime

Gets or sets the time when monitoring test started.

Status

Gets or sets the status of the test.

StatusDetail

Gets or sets the information about the test status.

TestName

Gets or sets the name of the test.

Applies to