다음을 통해 공유


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

새로 만든 세션 식별자입니다.

구현

적용 대상