AlertManagementClient.CreateAlertDefinition Method

Definition

Creates the alert definition for the current session based on the specified alert definition information, alert schedule information, and target delivery definition.

public:
 virtual Guid CreateAlertDefinition(AlertingWcfProxy::AlertDefinitionCreate ^ alertDefinition, AlertingWcfProxy::AlertSchedule ^ schedule, AlertingWcfProxy::DeliveryTarget ^ deliveryTarget);
public Guid CreateAlertDefinition (AlertingWcfProxy.AlertDefinitionCreate alertDefinition, AlertingWcfProxy.AlertSchedule schedule, AlertingWcfProxy.DeliveryTarget deliveryTarget);
abstract member CreateAlertDefinition : AlertingWcfProxy.AlertDefinitionCreate * AlertingWcfProxy.AlertSchedule * AlertingWcfProxy.DeliveryTarget -> Guid
override this.CreateAlertDefinition : AlertingWcfProxy.AlertDefinitionCreate * AlertingWcfProxy.AlertSchedule * AlertingWcfProxy.DeliveryTarget -> Guid
Public Function CreateAlertDefinition (alertDefinition As AlertDefinitionCreate, schedule As AlertSchedule, deliveryTarget As DeliveryTarget) As Guid

Parameters

alertDefinition
AlertDefinitionCreate

The specified alert definition information used to create the alert definition.

schedule
AlertSchedule

The specified data extraction schedule of the alert definition.

deliveryTarget
DeliveryTarget

The specified target delivery definition.

Returns

The alert definition identifier.

Implements

Applies to