Share via


DurableTaskSchedulerProperties Class

Definition

Details of the Scheduler.

public class DurableTaskSchedulerProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DurableTask.Models.DurableTaskSchedulerProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DurableTask.Models.DurableTaskSchedulerProperties>
type DurableTaskSchedulerProperties = class
    interface IJsonModel<DurableTaskSchedulerProperties>
    interface IPersistableModel<DurableTaskSchedulerProperties>
Public Class DurableTaskSchedulerProperties
Implements IJsonModel(Of DurableTaskSchedulerProperties), IPersistableModel(Of DurableTaskSchedulerProperties)
Inheritance
DurableTaskSchedulerProperties
Implements

Constructors

Name Description
DurableTaskSchedulerProperties(IEnumerable<String>, DurableTaskSchedulerSku)

Initializes a new instance of DurableTaskSchedulerProperties.

Properties

Name Description
Endpoint

URL of the durable task scheduler.

IPAllowlist

IP allow list for durable task scheduler. Values can be IPv4, IPv6 or CIDR.

ProvisioningState

The status of the last operation.

Sku

SKU of the durable task scheduler.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<DurableTaskSchedulerProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<DurableTaskSchedulerProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DurableTaskSchedulerProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DurableTaskSchedulerProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<DurableTaskSchedulerProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to