AlertManagementClient.GetAlertDefinition(Guid) Method

Definition

Retrieves the alert definition information for the specified alert definition identifier.

public:
 virtual AlertingWcfProxy::AlertDefinition ^ GetAlertDefinition(Guid alertDefinitionId);
public AlertingWcfProxy.AlertDefinition GetAlertDefinition (Guid alertDefinitionId);
abstract member GetAlertDefinition : Guid -> AlertingWcfProxy.AlertDefinition
override this.GetAlertDefinition : Guid -> AlertingWcfProxy.AlertDefinition
Public Function GetAlertDefinition (alertDefinitionId As Guid) As AlertDefinition

Parameters

alertDefinitionId
Guid

The alert definition identifier.

Returns

The alert definition information.

Implements

Applies to