AlertManagementClient クラス

定義

クライアントがプログラムを使用してアラート定義を管理 (作成、編集、削除、&、一覧表示) できるメソッドを提供します。

public ref class AlertManagementClient : System::ServiceModel::ClientBase<AlertingWcfProxy::AlertManagement ^>, AlertingWcfProxy::AlertManagement
[System.CodeDom.Compiler.GeneratedCode("System.ServiceModel", "4.0.0.0")]
[System.Diagnostics.DebuggerStepThrough]
public class AlertManagementClient : System.ServiceModel.ClientBase<AlertingWcfProxy.AlertManagement>, AlertingWcfProxy.AlertManagement
[<System.CodeDom.Compiler.GeneratedCode("System.ServiceModel", "4.0.0.0")>]
[<System.Diagnostics.DebuggerStepThrough>]
type AlertManagementClient = class
    inherit ClientBase<AlertManagement>
    interface AlertManagement
Public Class AlertManagementClient
Inherits ClientBase(Of AlertManagement)
Implements AlertManagement
継承
AlertManagementClient
属性
実装

コンストラクター

AlertManagementClient()

AlertManagementClient クラスの新しいインスタンスを初期化します。

AlertManagementClient(Binding, EndpointAddress)

AlertManagementClient クラスの新しいインスタンスを初期化します。サービスのエンドポイント バインドおよびエンドポイント アドレスを引数として受け取ります。

AlertManagementClient(String)

AlertManagementClient クラスの新しいインスタンスを初期化します。エンドポイント バインドの構成サービス名を引数として受け取ります。

AlertManagementClient(String, EndpointAddress)

AlertManagementClient クラスの新しいインスタンスを初期化します。エンドポイント バインドの構成サービス名とサービスのエンドポイント アドレスを引数として受け取ります。

AlertManagementClient(String, String)

AlertManagementClient クラスの新しいインスタンスを初期化します。エンドポイント バインドの構成サービス名とサービスの完全修飾エンドポイント アドレスを引数として受け取ります。

メソッド

CreateAlertDefinition(AlertDefinitionCreate, AlertSchedule, DeliveryTarget)

指定された警告の定義情報、警告スケジュール情報、およびターゲット配信定義に基づいて、現在のセッションに対する警告の定義を作成します。

CreateSession(String, String, Int32, String)

新しい警告デザイナー ユーザー セッションを作成し、関連するデータ フィード定義、スキーマ、およびプレビュー データを設定します。

CreateSessionForEdit(Guid, Int32)

既存の警告の定義を編集するための新しい警告デザイナー ユーザー セッションを作成します。

CreateSessionForEditAsCopy(Guid)

既存のデータ フィード定義スキーマをコピーすることによって、既存の警告の定義を編集するための新しい警告デザイナー ユーザー セッションを作成します。

DeleteAlertDefinition(Guid)

警告の定義を削除対象としてマークします。

DeleteAlertSession(Guid)

データ フィード定義およびプレビュー データを含め、指定された警告デザイナー ユーザー セッションを削除します。

GetAlertDefinition(Guid)

指定された警告の定義の識別子に対応する警告の定義情報を取得します。

GetAlertSchedule(Guid)

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

GetDataFeedDefinitionsForSession(Guid)

警告デザイナー ユーザー セッションに対するデータ フィード定義の一覧を取得します。

GetDeliveryTargets(Guid)

指定された警告の定義の識別子に対応する配信ターゲットの一覧を取得します。

GetFeedPreviewData(Guid)

指定されたデータ フィード識別子に対応するプレビュー データの一覧を取得します。

GetFeedSchema(Guid)

データ フィード定義の列の一覧を取得します。

ListAlertDefinitions(String)

指定されたソース レポート アイテムから警告の定義の一覧を取得します。

ListAlertDefinitionsAdmin(Guid)

指定したユーザーによって作成された警告の定義の一覧を取得します。

ListUsersAdmin(String)

警告の定義を作成した SharePoint サイト上のユーザーの一覧を取得します。

適用対象