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

アラート定義識別子。

返品

アラートスケジュールの定義です。

実装

適用対象