FileService 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
주의
This class is deprecated. See https://aka.ms/bot-file-basics for more information.
연결된 파일 서비스에 대한 구성 속성입니다.
[System.Obsolete("This class is deprecated. See https://aka.ms/bot-file-basics for more information.", false)]
public class FileService : Microsoft.Bot.Configuration.ConnectedService
[<System.Obsolete("This class is deprecated. See https://aka.ms/bot-file-basics for more information.", false)>]
type FileService = class
inherit ConnectedService
Public Class FileService
Inherits ConnectedService
- 상속
- 특성
생성자
FileService() |
사용되지 않음.
FileService 클래스의 새 인스턴스를 초기화합니다. |
속성
Id |
사용되지 않음.
서비스의 고유 ID를 가져오거나 설정합니다. (다음에서 상속됨 ConnectedService) |
Name |
사용되지 않음.
서비스의 사용자에게 친숙한 이름을 가져오거나 설정합니다. (다음에서 상속됨 ConnectedService) |
Path |
사용되지 않음.
파일 경로를 가져오거나 설정합니다. |
Properties |
사용되지 않음.
달리 정의되지 않은 속성을 가져오거나 설정합니다. (다음에서 상속됨 ConnectedService) |
Type |
사용되지 않음.
서비스의 형식을 가져오거나 설정합니다. (다음에서 상속됨 ConnectedService) |
메서드
Decrypt(String) |
사용되지 않음.
이 서비스의 속성 암호를 해독합니다. (다음에서 상속됨 ConnectedService) |
Encrypt(String) |
사용되지 않음.
이 서비스의 속성을 암호화합니다. (다음에서 상속됨 ConnectedService) |