DurableTaskManager Class
- java.
lang. Object - com.
azure. resourcemanager. durabletask. DurableTaskManager
- com.
public final class DurableTaskManager
Entry point to DurableTaskManager.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Durable |
authenticate(HttpPipeline httpPipeline, AzureProfile profile)
Creates an instance of Durable Task service API entry point. |
|
static
Durable |
authenticate(TokenCredential credential, AzureProfile profile)
Creates an instance of Durable Task service API entry point. |
| static Configurable |
configure()
Gets a Configurable instance that can be used to create Durable |
| Operations |
operations()
Gets the resource collection API of Operations. |
|
Retention |
retentionPolicies()
Gets the resource collection API of Retention |
| Schedulers |
schedulers()
Gets the resource collection API of Schedulers. |
|
Durable |
serviceClient()
Gets wrapped service client Durable |
|
Task |
taskHubs()
Gets the resource collection API of Task |
Methods inherited from java.lang.Object
Method Details
authenticate
public static DurableTaskManager authenticate(HttpPipeline httpPipeline, AzureProfile profile)
Creates an instance of Durable Task service API entry point.
Parameters:
Returns:
authenticate
public static DurableTaskManager authenticate(TokenCredential credential, AzureProfile profile)
Creates an instance of Durable Task service API entry point.
Parameters:
Returns:
configure
public static DurableTaskManager.Configurable configure()
Gets a Configurable instance that can be used to create DurableTaskManager with optional configuration.
Returns:
operations
public Operations operations()
Gets the resource collection API of Operations.
Returns:
retentionPolicies
public RetentionPolicies retentionPolicies()
Gets the resource collection API of RetentionPolicies.
Returns:
schedulers
public Schedulers schedulers()
Gets the resource collection API of Schedulers. It manages Scheduler, PrivateEndpointConnection.
Returns:
serviceClient
public DurableTaskManagementClient serviceClient()
Gets wrapped service client DurableTaskManagementClient providing direct access to the underlying auto-generated API implementation, based on Azure REST API.
Returns:
taskHubs
public TaskHubs taskHubs()
Gets the resource collection API of TaskHubs. It manages TaskHub.
Returns: