BlobStorageService 类

定义

注意

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

Azure Blob 存储服务的配置属性。

[System.Obsolete("This class is deprecated.  See https://aka.ms/bot-file-basics for more information.", false)]
public class BlobStorageService : Microsoft.Bot.Configuration.AzureService
[<System.Obsolete("This class is deprecated.  See https://aka.ms/bot-file-basics for more information.", false)>]
type BlobStorageService = class
    inherit AzureService
Public Class BlobStorageService
Inherits AzureService
继承
BlobStorageService
属性

构造函数

BlobStorageService()
已过时.

初始化 BlobStorageService 类的新实例。

属性

ConnectionString
已过时.

获取或设置连接字符串。

Container
已过时.

获取或设置容器。

Id
已过时.

获取或设置服务的唯一 ID。

(继承自 ConnectedService)
Name
已过时.

获取或设置服务的用户友好名称。

(继承自 ConnectedService)
Properties
已过时.

获取或设置未以其他方式定义的属性。

(继承自 ConnectedService)
ResourceGroup
已过时.

获取或设置资源组。

(继承自 AzureService)
ServiceName
已过时.

获取或设置服务名称。

(继承自 AzureService)
SubscriptionId
已过时.

获取或设置订阅 ID。

(继承自 AzureService)
TenantId
已过时.

获取或设置服务的租户 ID,例如“contoso.onmicrosoft.com”。

(继承自 AzureService)
Type
已过时.

获取或设置服务的类型。

(继承自 ConnectedService)

方法

Decrypt(String)
已过时.

解密此服务的属性。

Encrypt(String)
已过时.

加密此服务的属性。

适用于