AlertManagementClient.CreateAlertDefinition Metodo

Definizione

Crea la definizione di allerta per la sessione corrente basandosi sulle informazioni specificate sulla definizione dell'allerta, sulle informazioni sul calendario degli allerti e sulla definizione di consegna dell'obiettivo.

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

Parametri

alertDefinition
AlertDefinitionCreate

Le informazioni specificate sulla definizione dell'allarme vengono utilizzate per creare la definizione dell'allerta.

schedule
AlertSchedule

Il calendario specificato di estrazione dati della definizione dell'allerta.

deliveryTarget
DeliveryTarget

La definizione specificata di consegna bersaglio.

Valori restituiti

L'identificatore di definizione di allerta.

Implementazioni

Si applica a