Share via


BrokerStateStoreCustomPolicy Class

Definition

Broker State Store Custom Policy.

public class BrokerStateStoreCustomPolicy : Azure.ResourceManager.IotOperations.Models.BrokerStateStorePolicy, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.IotOperations.Models.BrokerStateStoreCustomPolicy>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.IotOperations.Models.BrokerStateStoreCustomPolicy>
type BrokerStateStoreCustomPolicy = class
    inherit BrokerStateStorePolicy
    interface IJsonModel<BrokerStateStoreCustomPolicy>
    interface IPersistableModel<BrokerStateStoreCustomPolicy>
Public Class BrokerStateStoreCustomPolicy
Inherits BrokerStateStorePolicy
Implements IJsonModel(Of BrokerStateStoreCustomPolicy), IPersistableModel(Of BrokerStateStoreCustomPolicy)
Inheritance
BrokerStateStoreCustomPolicy
Implements

Constructors

Name Description
BrokerStateStoreCustomPolicy(BrokerStateStorePolicySettings)

Initializes a new instance of BrokerStateStoreCustomPolicy.

Properties

Name Description
StateStoreSettings

Settings for the policy.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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

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

IJsonModel<BrokerStateStoreCustomPolicy>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<BrokerStateStorePolicy>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from BrokerStateStorePolicy)
IJsonModel<BrokerStateStorePolicy>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from BrokerStateStorePolicy)
IPersistableModel<BrokerStateStoreCustomPolicy>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BrokerStateStoreCustomPolicy>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<BrokerStateStoreCustomPolicy>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<BrokerStateStorePolicy>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from BrokerStateStorePolicy)
IPersistableModel<BrokerStateStorePolicy>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from BrokerStateStorePolicy)
IPersistableModel<BrokerStateStorePolicy>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from BrokerStateStorePolicy)

Applies to