DurableTaskSchedulerSkuUpdate 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 SKU (Stock Keeping Unit) properties to be updated.
public class DurableTaskSchedulerSkuUpdate : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DurableTask.Models.DurableTaskSchedulerSkuUpdate>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DurableTask.Models.DurableTaskSchedulerSkuUpdate>
type DurableTaskSchedulerSkuUpdate = class
interface IJsonModel<DurableTaskSchedulerSkuUpdate>
interface IPersistableModel<DurableTaskSchedulerSkuUpdate>
Public Class DurableTaskSchedulerSkuUpdate
Implements IJsonModel(Of DurableTaskSchedulerSkuUpdate), IPersistableModel(Of DurableTaskSchedulerSkuUpdate)
- Inheritance
-
DurableTaskSchedulerSkuUpdate
- Implements
Constructors
DurableTaskSchedulerSkuUpdate() |
Initializes a new instance of DurableTaskSchedulerSkuUpdate. |
Properties
Capacity |
The SKU capacity. This allows scale out/in for the resource and impacts zone redundancy. |
Name |
The name of the SKU. |
RedundancyState |
Indicates whether the current SKU configuration is zone redundant. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<DurableTaskSchedulerSkuUpdate>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<DurableTaskSchedulerSkuUpdate>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<DurableTaskSchedulerSkuUpdate>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<DurableTaskSchedulerSkuUpdate>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<DurableTaskSchedulerSkuUpdate>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |