次の方法で共有


FileService クラス

定義

注意事項

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()
古い.

FileService クラスの新しいインスタンスを初期化します。

プロパティ

Id
古い.

サービスの一意の ID を取得または設定します。

(継承元 ConnectedService)
Name
古い.

サービスのユーザー フレンドリ名を取得または設定します。

(継承元 ConnectedService)
Path
古い.

ファイル パスを取得または設定します。

Properties
古い.

それ以外の方法で定義されていないプロパティを取得または設定します。

(継承元 ConnectedService)
Type
古い.

サービスの種類を取得または設定します。

(継承元 ConnectedService)

メソッド

Decrypt(String)
古い.

このサービスのプロパティの暗号化を解除します。

(継承元 ConnectedService)
Encrypt(String)
古い.

このサービスのプロパティを暗号化します。

(継承元 ConnectedService)

適用対象