AlertManagementClient.ListAlertDefinitionsAdmin(Guid) Method

Definition

Retrieves the list of alert definitions created by the specified user.

public:
 virtual cli::array <AlertingWcfProxy::AlertDefinition ^> ^ ListAlertDefinitionsAdmin(Guid userId);
public AlertingWcfProxy.AlertDefinition[] ListAlertDefinitionsAdmin (Guid userId);
abstract member ListAlertDefinitionsAdmin : Guid -> AlertingWcfProxy.AlertDefinition[]
override this.ListAlertDefinitionsAdmin : Guid -> AlertingWcfProxy.AlertDefinition[]
Public Function ListAlertDefinitionsAdmin (userId As Guid) As AlertDefinition()

Parameters

userId
Guid

The user identifier used to create the alert definitions.

Returns

The list alert definitions created by the specified user.

Implements

Applies to