AzureBlobTranscriptStore Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
AzureBlobTranscriptStore(CloudStorageAccount, String) |
Initializes a new instance of the AzureBlobTranscriptStore class. |
AzureBlobTranscriptStore(String, String) |
Initializes a new instance of the AzureBlobTranscriptStore class. Creates an instance of AzureBlobTranscriptStore. |
AzureBlobTranscriptStore(CloudStorageAccount, String)
Initializes a new instance of the AzureBlobTranscriptStore class.
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)
Parameters
- storageAccount
- Microsoft.WindowsAzure.Storage.CloudStorageAccount
Azure Storage Account to store transcripts.
- containerName
- String
Name of the container where transcript blobs will be stored.
Applies to
AzureBlobTranscriptStore(String, String)
Initializes a new instance of the AzureBlobTranscriptStore class. Creates an instance of 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)
Parameters
- dataConnectionstring
- String
Connection string to connect to Azure Blob Storage.
- containerName
- String
Name of the container where transcript blobs will be stored.