IManagementService.GetDiagnosticSettings Method

Gets the diagnostic settings that apply to a specific named object.

Namespace:  Microsoft.ComplexEventProcessing.ManagementService
Assembly:  Microsoft.ComplexEventProcessing.ManagementService (in Microsoft.ComplexEventProcessing.ManagementService.dll)

Syntax

[OperationContractAttribute(Action = "https://schemas.microsoft.com/ComplexEventProcessing/2009/05/Management/GetDiagnosticSettings", 
    ReplyAction = "https://schemas.microsoft.com/ComplexEventProcessing/2009/05/Management/GetDiagnosticSettingsResponse")]
[FaultContractAttribute(typeof(InvalidNameFault), Action = "https://schemas.microsoft.com/ComplexEventProcessing/2009/05/Management/InvalidName")]
[FaultContractAttribute(typeof(GetDiagnosticSettingsNotSupportedFault), Action = "https://schemas.microsoft.com/ComplexEventProcessing/2009/05/Management/GetDiagnosticSettingsNotSupported")]
GetDiagnosticSettingsResponse GetDiagnosticSettings(
    GetDiagnosticSettingsRequest request
)

Parameters

Return Value

Type: Microsoft.ComplexEventProcessing.ManagementService.GetDiagnosticSettingsResponse
A GetResponse object that contains the diagnostic aspects and level that apply to the specified name.

Remarks

Only settings for one specific object can be returned. Settings for collection of objects cannot be returned. If the name is a name of a collection of objects then GetDiagnosticSettingsNotSupportedFault is generated.

See Also

Reference

IManagementService Interface

Microsoft.ComplexEventProcessing.ManagementService Namespace