DurableTaskSchedulerProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
DurableTaskSchedulerProperties(IEnumerable<String>, DurableTaskSchedulerSku) |
Initializes a new instance of DurableTaskSchedulerProperties. |
Properties
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
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
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. |