AlertManagementClient.ListAlertDefinitions(String) Method

Definition

Retrieves the list of alert definitions from the specified source report item.

public:
 virtual cli::array <AlertingWcfProxy::AlertDefinition ^> ^ ListAlertDefinitions(System::String ^ sourceUrl);
public AlertingWcfProxy.AlertDefinition[] ListAlertDefinitions (string sourceUrl);
abstract member ListAlertDefinitions : string -> AlertingWcfProxy.AlertDefinition[]
override this.ListAlertDefinitions : string -> AlertingWcfProxy.AlertDefinition[]
Public Function ListAlertDefinitions (sourceUrl As String) As AlertDefinition()

Parameters

sourceUrl
String

The URL to the existing report item.

Returns

The collection of alert definitions.

Implements

Applies to