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

警报计划定义。

实现

适用于