DurableClientOptions Class
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.
Options used to bind a function parameter to a IDurableClient, IDurableEntityClient, or IDurableOrchestrationClient instance.
public class DurableClientOptions
type DurableClientOptions = class
Public Class DurableClientOptions
- Inheritance
-
DurableClientOptions
Constructors
DurableClientOptions() |
Properties
ConnectionName |
Optional. Gets or sets the setting name for the app setting containing connection details used by this binding to connect to instances of the storage provider other than the default one this application communicates with. |
IsExternalClient |
Indicate if the client is External from the azure function where orchestrator functions are hosted. |
TaskHub |
Gets or sets the name of the task hub in which the orchestration data lives. |
Applies to
Azure SDK for .NET