RetrieveMonitoringResultsRequest Class

 

Updated: January 15, 2016

Applies To: Dynamics CRM 2015

Contains the data that’s required to retrieve results from the monitoring service operation tests for your Microsoft Dynamics CRM deployment.

Namespace:   Microsoft.Xrm.Sdk.Deployment
Assembly:  Microsoft.Xrm.Sdk.Deployment (in Microsoft.Xrm.Sdk.Deployment.dll)

System.Object
  Microsoft.Xrm.Sdk.Deployment.DeploymentServiceRequest
    Microsoft.Xrm.Sdk.Deployment.RetrieveMonitoringResultsRequest

<DataContractAttribute(Name := "RetrieveMonitoringResultsRequest",
	Namespace := "http://schemas.microsoft.com/xrm/2011/Contracts/Deployment")>
Public Class RetrieveMonitoringResultsRequest
	Inherits DeploymentServiceRequest

NameDescription
System_CAPS_pubmethodRetrieveMonitoringResultsRequest()

Initializes a new instance of the RetrieveMonitoringResultsRequest class.

NameDescription
System_CAPS_pubpropertyEndTime

Gets or sets the time to filter test results that were reported earlier than the specified time.

System_CAPS_pubpropertyExtensionData

Gets or sets the structure that contains extra data.(Inherited from DeploymentServiceRequest.)

System_CAPS_pubpropertyRoles

Gets or sets the CRM roles to filter the test result data.

System_CAPS_pubpropertyServers

Gets or sets the server name to filter the test result data.

System_CAPS_pubpropertyServiceHealth

Gets or sets a value that indicates whether to filter test results data on the deployment service health status.

System_CAPS_pubpropertyStartTime

Gets or sets the time to filter test results that were reported later than the specified time.

System_CAPS_pubpropertyStatus

Gets or sets the test status to filter the test result data.

System_CAPS_pubpropertyTestName

Gets or sets the name of the test to filter the test result data.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Usage

Pass an instance of this class to the Execute method, which returns an instance of the RetrieveMonitoringResultsResponse class.

Notes for Callers

You can also use the Get-CrmMonitoringResult Windows PowerShell command. For more information, see Microsoft Dynamics CRM PowerShell Reference.

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top

© 2016 Microsoft. All rights reserved. Copyright

Show: