DurableTaskSchedulerResource
Class sealed net8.0
Represents a Durable Task scheduler resource used in Aspire hosting that provides endpoints and a connection string for Durable Task orchestration scheduling.
namespace Aspire.Hosting.Azure.DurableTask;
public sealed class DurableTaskSchedulerResource : Aspire.Hosting.ApplicationModel.Resource, Aspire.Hosting.ApplicationModel.IExpressionValue, Aspire.Hosting.ApplicationModel.IManifestExpressionProvider, Aspire.Hosting.ApplicationModel.IResource, Aspire.Hosting.ApplicationModel.IResourceWithConnectionString, Aspire.Hosting.ApplicationModel.IResourceWithEndpoints, Aspire.Hosting.ApplicationModel.IValueProvider, Aspire.Hosting.ApplicationModel.IValueWithReferences{ // ...} ResourceIExpressionValueIManifestExpressionProviderIResourceIResourceWithConnectionStringIResourceWithEndpointsIValueProviderIValueWithReferences
Constructors1
Section titled ConstructorsProperties2
Section titled PropertiesConnectionStringExpressiongetReferenceExpression Gets the expression that resolves to the connection string for the Durable Task scheduler.
IsEmulatorgetbool Gets a value indicating whether the Durable Task scheduler is running using the local emulator (container) instead of a cloud-hosted service.