DurableTaskSchedulerPatchProperties 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.
The Scheduler resource properties to be updated.
public class DurableTaskSchedulerPatchProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DurableTask.Models.DurableTaskSchedulerPatchProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DurableTask.Models.DurableTaskSchedulerPatchProperties>
type DurableTaskSchedulerPatchProperties = class
interface IJsonModel<DurableTaskSchedulerPatchProperties>
interface IPersistableModel<DurableTaskSchedulerPatchProperties>
Public Class DurableTaskSchedulerPatchProperties
Implements IJsonModel(Of DurableTaskSchedulerPatchProperties), IPersistableModel(Of DurableTaskSchedulerPatchProperties)
- Inheritance
-
DurableTaskSchedulerPatchProperties
- Implements
Constructors
DurableTaskSchedulerPatchProperties() |
Initializes a new instance of DurableTaskSchedulerPatchProperties. |
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<DurableTaskSchedulerPatchProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<DurableTaskSchedulerPatchProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<DurableTaskSchedulerPatchProperties>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<DurableTaskSchedulerPatchProperties>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<DurableTaskSchedulerPatchProperties>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |