Share via


AlertManagementClient.CreateSessionForEditAsCopy(Guid) メソッド

定義

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

public:
 virtual Guid CreateSessionForEditAsCopy(Guid alertDefinitionId);
public Guid CreateSessionForEditAsCopy (Guid alertDefinitionId);
abstract member CreateSessionForEditAsCopy : Guid -> Guid
override this.CreateSessionForEditAsCopy : Guid -> Guid
Public Function CreateSessionForEditAsCopy (alertDefinitionId As Guid) As Guid

パラメーター

alertDefinitionId
Guid

編集する既存の警告の定義の識別子です。

戻り値

Guid

新しく作成されたセッション識別子です。

実装

適用対象