다음을 통해 공유


EndpointService 클래스

정의

주의

This class is deprecated. See https://aka.ms/bot-file-basics for more information.

봇(Azure 또는 Government)에 대한 엔드포인트를 정의하는 구성 속성을 포함하는 엔드포인트 서비스입니다.

[System.Obsolete("This class is deprecated.  See https://aka.ms/bot-file-basics for more information.", false)]
public class EndpointService : Microsoft.Bot.Configuration.ConnectedService
[<System.Obsolete("This class is deprecated.  See https://aka.ms/bot-file-basics for more information.", false)>]
type EndpointService = class
    inherit ConnectedService
Public Class EndpointService
Inherits ConnectedService
상속
EndpointService
특성

생성자

EndpointService()
사용되지 않음.

EndpointService 클래스의 새 인스턴스를 초기화합니다.

속성

AppId
사용되지 않음.

봇에 대한 appId를 가져오거나 설정합니다.

AppPassword
사용되지 않음.

봇에 대한 앱 암호를 가져오거나 설정합니다.

ChannelService
사용되지 않음.

봇에 대한 채널 서비스(Azure 또는 미국 정부 Azure)를 가져오거나 설정합니다.

Endpoint
사용되지 않음.

봇의 엔드포인트 URL을 가져오거나 설정합니다.

Id
사용되지 않음.

서비스의 고유 ID를 가져오거나 설정합니다.

(다음에서 상속됨 ConnectedService)
Name
사용되지 않음.

서비스의 사용자에게 친숙한 이름을 가져오거나 설정합니다.

(다음에서 상속됨 ConnectedService)
Properties
사용되지 않음.

달리 정의되지 않은 속성을 가져오거나 설정합니다.

(다음에서 상속됨 ConnectedService)
Type
사용되지 않음.

서비스의 형식을 가져오거나 설정합니다.

(다음에서 상속됨 ConnectedService)

메서드

Decrypt(String)
사용되지 않음.

이 서비스의 속성 암호를 해독합니다.

Encrypt(String)
사용되지 않음.

이 서비스의 속성을 암호화합니다.

적용 대상