DurableTaskHubResource Properties
Class Properties 3 members
Represents a Durable Task hub resource. A Task Hub groups durable orchestrations and activities. This resource extends the scheduler connection string with the TaskHub name so that clients can connect to the correct hub.
Gets the connection string expression composed of the scheduler connection string and the TaskHub name.
public ReferenceExpression ConnectionStringExpression { get; } Gets the parent durable task scheduler resource that provides the base connection string.
public DurableTaskSchedulerResource Parent { get; } Gets the name of the Task Hub. If not provided, the logical name of this resource is returned.
public ReferenceExpression TaskHubName { get; }