AzureBlobTranscriptStore コンストラクター

定義

オーバーロード

名前 説明
AzureBlobTranscriptStore(CloudStorageAccount, String)

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

AzureBlobTranscriptStore(String, String)

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

AzureBlobTranscriptStore(CloudStorageAccount, String)

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

public AzureBlobTranscriptStore(Microsoft.WindowsAzure.Storage.CloudStorageAccount storageAccount, string containerName);
new Microsoft.Bot.Builder.Azure.AzureBlobTranscriptStore : Microsoft.WindowsAzure.Storage.CloudStorageAccount * string -> Microsoft.Bot.Builder.Azure.AzureBlobTranscriptStore
Public Sub New (storageAccount As CloudStorageAccount, containerName As String)

パラメーター

storageAccount
Microsoft.WindowsAzure.Storage.CloudStorageAccount

Azure Storage Account to store transcripts.

containerName
String

トランスクリプトの塊を保存するコンテナの名前。

適用対象

AzureBlobTranscriptStore(String, String)

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

public AzureBlobTranscriptStore(string dataConnectionstring, string containerName);
new Microsoft.Bot.Builder.Azure.AzureBlobTranscriptStore : string * string -> Microsoft.Bot.Builder.Azure.AzureBlobTranscriptStore
Public Sub New (dataConnectionstring As String, containerName As String)

パラメーター

dataConnectionstring
String

Connection string to Connect to Azure Blob Storage.

containerName
String

トランスクリプトの塊を保存するコンテナの名前。

適用対象