Share via


AlertManagementClient.GetAlertSchedule(Guid) メソッド

定義

指定された警告の定義の識別子に対応する警告のスケジュールを取得します。

public:
 virtual AlertingWcfProxy::AlertSchedule ^ GetAlertSchedule(Guid alertDefinitionId);
public AlertingWcfProxy.AlertSchedule GetAlertSchedule (Guid alertDefinitionId);
abstract member GetAlertSchedule : Guid -> AlertingWcfProxy.AlertSchedule
override this.GetAlertSchedule : Guid -> AlertingWcfProxy.AlertSchedule
Public Function GetAlertSchedule (alertDefinitionId As Guid) As AlertSchedule

パラメーター

alertDefinitionId
Guid

警告の定義の識別子です。

戻り値

AlertSchedule

警告スケジュールの定義です。

実装

適用対象