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

新创建的会话标识符。

实现

适用于