AlertManagementClient クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
クライアントがプログラム的にアラート定義を管理(作成、編集、削除、リスト)できるメソッドを提供します。
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, EndpointAddress) |
指定された設定サービス名を用いてエンドポイントのバインディングとサービスのエンドポイントアドレスを用いて、 AlertManagementClient クラスの新しいインスタンスを初期化します。 |
| AlertManagementClient(String, String) |
指定された構成サービス名とサービスの完全限定されたエンドポイントアドレスを用いて、 AlertManagementClient クラスの新しいインスタンスを初期化します。 |
| AlertManagementClient(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サイト上のユーザーリストを取得します。 |