AlertManagementClient.ListAlertDefinitions(String) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Recupera l'elenco di definizioni di avviso dall'elemento del report di origine specificato.
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()
Parametri
- sourceUrl
- String
URL dell'elemento del report esistente.
Restituisce
Raccolta di definizioni di avviso.