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


DurableTaskSchedulerCollection Class

Definition

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.

public class DurableTaskSchedulerCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.DurableTask.DurableTaskSchedulerResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.DurableTask.DurableTaskSchedulerResource>
type DurableTaskSchedulerCollection = class
    inherit ArmCollection
    interface seq<DurableTaskSchedulerResource>
    interface IEnumerable
    interface IAsyncEnumerable<DurableTaskSchedulerResource>
Public Class DurableTaskSchedulerCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of DurableTaskSchedulerResource), IEnumerable(Of DurableTaskSchedulerResource)
Inheritance
DurableTaskSchedulerCollection
Implements

Constructors

DurableTaskSchedulerCollection()

Initializes a new instance of the DurableTaskSchedulerCollection class for mocking.

Properties

Client

Gets the ArmClient this resource client was created from.

(Inherited from ArmCollection)
Diagnostics

Gets the diagnostic options for this resource client.

(Inherited from ArmCollection)
Endpoint

Gets the base uri for this resource client.

(Inherited from ArmCollection)
Id

Gets the resource identifier.

(Inherited from ArmCollection)
Pipeline

Gets the pipeline for this resource client.

(Inherited from ArmCollection)

Methods

CreateOrUpdate(WaitUntil, String, DurableTaskSchedulerData, CancellationToken)

Create or update a Scheduler

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DurableTask/schedulers/{schedulerName}
  • Operation Id: Scheduler_CreateOrUpdate
  • Default Api Version: 2025-04-01-preview
  • Resource: DurableTaskSchedulerResource
CreateOrUpdateAsync(WaitUntil, String, DurableTaskSchedulerData, CancellationToken)

Create or update a Scheduler

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DurableTask/schedulers/{schedulerName}
  • Operation Id: Scheduler_CreateOrUpdate
  • Default Api Version: 2025-04-01-preview
  • Resource: DurableTaskSchedulerResource
Exists(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DurableTask/schedulers/{schedulerName}
  • Operation Id: Scheduler_Get
  • Default Api Version: 2025-04-01-preview
  • Resource: DurableTaskSchedulerResource
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DurableTask/schedulers/{schedulerName}
  • Operation Id: Scheduler_Get
  • Default Api Version: 2025-04-01-preview
  • Resource: DurableTaskSchedulerResource
Get(String, CancellationToken)

Get a Scheduler

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DurableTask/schedulers/{schedulerName}
  • Operation Id: Scheduler_Get
  • Default Api Version: 2025-04-01-preview
  • Resource: DurableTaskSchedulerResource
GetAll(CancellationToken)

List Schedulers by resource group

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DurableTask/schedulers
  • Operation Id: Scheduler_ListByResourceGroup
  • Default Api Version: 2025-04-01-preview
  • Resource: DurableTaskSchedulerResource
GetAllAsync(CancellationToken)

List Schedulers by resource group

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DurableTask/schedulers
  • Operation Id: Scheduler_ListByResourceGroup
  • Default Api Version: 2025-04-01-preview
  • Resource: DurableTaskSchedulerResource
GetAsync(String, CancellationToken)

Get a Scheduler

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DurableTask/schedulers/{schedulerName}
  • Operation Id: Scheduler_Get
  • Default Api Version: 2025-04-01-preview
  • Resource: DurableTaskSchedulerResource
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DurableTask/schedulers/{schedulerName}
  • Operation Id: Scheduler_Get
  • Default Api Version: 2025-04-01-preview
  • Resource: DurableTaskSchedulerResource
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DurableTask/schedulers/{schedulerName}
  • Operation Id: Scheduler_Get
  • Default Api Version: 2025-04-01-preview
  • Resource: DurableTaskSchedulerResource
TryGetApiVersion(ResourceType, String)

Gets the api version override if it has been set for the current client options.

(Inherited from ArmCollection)

Explicit Interface Implementations

IAsyncEnumerable<DurableTaskSchedulerResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<DurableTaskSchedulerResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to