次の方法で共有


DurableTaskOptions.AzureStorageConnectionStringName プロパティ

定義

基になる Azure Storage リソースの管理に使用される Azure Storage 接続文字列の名前を取得または設定します。

public string AzureStorageConnectionStringName { get; set; }
member this.AzureStorageConnectionStringName : string with get, set
Public Property AzureStorageConnectionStringName As String

プロパティ値

アプリのアプリケーション設定に存在する接続文字列の名前。

注釈

指定しない場合、既定の動作では、すべてのストレージの使用に標準 AzureWebJobsStorage の接続文字列が使用されます。

適用対象