AlertManagementClient.GetAlertDefinition(Guid) メソッド

定義

指定されたアラート定義識別子のアラート定義情報を取得します。

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

パラメーター

alertDefinitionId
Guid

アラート定義識別子。

返品

アラートの定義情報。

実装

適用対象