Condividi tramite


BrokerSubscriberQueueCustomPolicy Class

Definition

Custom Subscriber Queue Policy Properties.

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

Constructors

Name Description
BrokerSubscriberQueueCustomPolicy(BrokerSubscriberQueueCustomPolicySettings)

Initializes a new instance of BrokerSubscriberQueueCustomPolicy.

Properties

Name Description
SubscriberQueueSettings

Custom policy, required if mode is Custom. Subscriber queues from all groups are persisted to disk (logical OR).

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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

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

IJsonModel<BrokerSubscriberQueueCustomPolicy>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<BrokerSubscriberQueuePolicy>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from BrokerSubscriberQueuePolicy)
IPersistableModel<BrokerSubscriberQueueCustomPolicy>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BrokerSubscriberQueueCustomPolicy>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<BrokerSubscriberQueueCustomPolicy>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<BrokerSubscriberQueuePolicy>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from BrokerSubscriberQueuePolicy)

Applies to