Поделиться через


Azure.ResourceManager.DurableTask Namespace

Classes

DurableTaskExtensions

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

DurableTaskHubCollection

A class representing a collection of DurableTaskHubResource and their operations. Each DurableTaskHubResource in the collection will belong to the same instance of DurableTaskSchedulerResource. To get a DurableTaskHubCollection instance call the GetDurableTaskHubs method from an instance of DurableTaskSchedulerResource.

DurableTaskHubData

A class representing the DurableTaskHub data model. A Task Hub resource belonging to the scheduler

DurableTaskHubResource

A Class representing a DurableTaskHub along with the instance operations that can be performed on it. If you have a ResourceIdentifier you can construct a DurableTaskHubResource from an instance of ArmClient using the GetDurableTaskHubResource method. Otherwise you can get one from its parent resource DurableTaskSchedulerResource using the GetDurableTaskHub method.

DurableTaskRetentionPolicyData

A class representing the DurableTaskRetentionPolicy data model. A retention policy resource belonging to the scheduler

DurableTaskRetentionPolicyResource

A Class representing a DurableTaskRetentionPolicy along with the instance operations that can be performed on it. If you have a ResourceIdentifier you can construct a DurableTaskRetentionPolicyResource from an instance of ArmClient using the GetDurableTaskRetentionPolicyResource method. Otherwise you can get one from its parent resource DurableTaskSchedulerResource using the GetDurableTaskRetentionPolicy method.

DurableTaskSchedulerCollection

A class representing a collection of DurableTaskSchedulerResource and their operations. Each DurableTaskSchedulerResource in the collection will belong to the same instance of ResourceGroupResource. To get a DurableTaskSchedulerCollection instance call the GetDurableTaskSchedulers method from an instance of ResourceGroupResource.

DurableTaskSchedulerData

A class representing the DurableTaskScheduler data model. A Durable Task Scheduler resource

DurableTaskSchedulerResource

A Class representing a DurableTaskScheduler along with the instance operations that can be performed on it. If you have a ResourceIdentifier you can construct a DurableTaskSchedulerResource from an instance of ArmClient using the GetDurableTaskSchedulerResource method. Otherwise you can get one from its parent resource ResourceGroupResource using the GetDurableTaskScheduler method.