Partilhar via


IntegrationAccountBatchReleaseCriteria Class

Definition

The batch release criteria.

public class IntegrationAccountBatchReleaseCriteria
public class IntegrationAccountBatchReleaseCriteria : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Logic.Models.IntegrationAccountBatchReleaseCriteria>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Logic.Models.IntegrationAccountBatchReleaseCriteria>
type IntegrationAccountBatchReleaseCriteria = class
type IntegrationAccountBatchReleaseCriteria = class
    interface IJsonModel<IntegrationAccountBatchReleaseCriteria>
    interface IPersistableModel<IntegrationAccountBatchReleaseCriteria>
Public Class IntegrationAccountBatchReleaseCriteria
Public Class IntegrationAccountBatchReleaseCriteria
Implements IJsonModel(Of IntegrationAccountBatchReleaseCriteria), IPersistableModel(Of IntegrationAccountBatchReleaseCriteria)
Inheritance
IntegrationAccountBatchReleaseCriteria
Implements

Constructors

Name Description
IntegrationAccountBatchReleaseCriteria()

Initializes a new instance of IntegrationAccountBatchReleaseCriteria.

Properties

Name Description
BatchSize

The batch size in bytes.

MessageCount

The message count.

Recurrence

The recurrence.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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

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

IJsonModel<IntegrationAccountBatchReleaseCriteria>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<IntegrationAccountBatchReleaseCriteria>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<IntegrationAccountBatchReleaseCriteria>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<IntegrationAccountBatchReleaseCriteria>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to