AzureBlobTranscriptStore コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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 が格納されるコンテナーの名前。