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

기존 경고 정의 식별자를 편집할 수 있습니다.

반품

새로 생성된 세션 식별자입니다.

구현

적용 대상