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 アカウント。

containerName
String

トランスクリプト BLOB が格納されるコンテナーの名前。

適用対象

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

Azure Blob Storageに接続する接続文字列。

containerName
String

トランスクリプト BLOB が格納されるコンテナーの名前。

適用対象