DurableTaskHubResource
Handle
interface DurableTaskHubResource extends IExpressionValue, IManifestExpressionProvider, IResource, IResourceWithConnectionString, IResourceWithParent, DurableTaskSchedulerResource]], IValueProvider, IValueWithReferences, IResourceWithAzureFunctionsConfig { readonly connectionStringExpression: ReferenceExpression; readonly taskHubName: ReferenceExpression; withTaskHubName(taskHubName: ParameterResource): DurableTaskHubResource;}Properties
property
connectionStringExpressionReferenceExpressiongetGets the connection string expression composed of the scheduler connection string and the TaskHub name.
property
taskHubNameReferenceExpressiongetGets the name of the Task Hub. If not provided, the logical name of this resource is returned.
Methods
Sets the Durable Task hub name from a string or parameter resource.
withTaskHubName(taskHubName: ParameterResource): DurableTaskHubResourceParameters
taskHubNameParameterResourceReturns
DurableTaskHubResource