다음을 통해 공유


AlertManagementClient.ListAlertDefinitions(String) 메서드

정의

지정한 원본 보고서 항목에서 경고 정의의 목록을 검색합니다.

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()

매개 변수

sourceUrl
String

기존 보고서 항목의 URL입니다.

반환

AlertDefinition[]

경고 정의의 컬렉션입니다.

구현

적용 대상