BrokerFrontend 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 desired properties of the frontend instances of the Broker.
public class BrokerFrontend : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.IotOperations.Models.BrokerFrontend>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.IotOperations.Models.BrokerFrontend>
type BrokerFrontend = class
interface IJsonModel<BrokerFrontend>
interface IPersistableModel<BrokerFrontend>
Public Class BrokerFrontend
Implements IJsonModel(Of BrokerFrontend), IPersistableModel(Of BrokerFrontend)
- Inheritance
-
BrokerFrontend
- Implements
Constructors
| BrokerFrontend(Int32) |
Initializes a new instance of BrokerFrontend. |
Properties
| Replicas |
The desired number of frontend instances (pods). |
| Workers |
Number of logical frontend workers per instance (pod). |
Methods
| JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
| IJsonModel<BrokerFrontend>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
| IJsonModel<BrokerFrontend>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
| IPersistableModel<BrokerFrontend>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
| IPersistableModel<BrokerFrontend>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
| IPersistableModel<BrokerFrontend>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |