Freigeben über


DurableTaskExtensions Class

Definition

A class to add extension methods to Azure.ResourceManager.DurableTask.

public static class DurableTaskExtensions
type DurableTaskExtensions = class
Public Module DurableTaskExtensions
Inheritance
DurableTaskExtensions

Methods

Name Description
GetDurableTaskHubResource(ArmClient, ResourceIdentifier)

Gets an object representing a DurableTaskHubResource along with the instance operations that can be performed on it but with no data.

GetDurableTaskRetentionPolicyResource(ArmClient, ResourceIdentifier)

Gets an object representing a DurableTaskRetentionPolicyResource along with the instance operations that can be performed on it but with no data.

GetDurableTaskScheduler(ResourceGroupResource, String, CancellationToken)

Get a Scheduler.

GetDurableTaskSchedulerAsync(ResourceGroupResource, String, CancellationToken)

Get a Scheduler.

GetDurableTaskSchedulerResource(ArmClient, ResourceIdentifier)

Gets an object representing a DurableTaskSchedulerResource along with the instance operations that can be performed on it but with no data.

GetDurableTaskSchedulers(ResourceGroupResource)

Gets a collection of DurableTaskSchedulers in the ResourceGroupResource.

GetDurableTaskSchedulers(SubscriptionResource, CancellationToken)

List Schedulers by subscription.

GetDurableTaskSchedulersAsync(SubscriptionResource, CancellationToken)

List Schedulers by subscription.

Applies to