Share via


BatchReleaseCriteria Constructors

Definition

Overloads

BatchReleaseCriteria()

Initializes a new instance of the BatchReleaseCriteria class.

BatchReleaseCriteria(Nullable<Int32>, Nullable<Int32>, WorkflowTriggerRecurrence)

Initializes a new instance of the BatchReleaseCriteria class.

BatchReleaseCriteria()

Initializes a new instance of the BatchReleaseCriteria class.

public BatchReleaseCriteria ();
Public Sub New ()

Applies to

BatchReleaseCriteria(Nullable<Int32>, Nullable<Int32>, WorkflowTriggerRecurrence)

Initializes a new instance of the BatchReleaseCriteria class.

public BatchReleaseCriteria (int? messageCount = default, int? batchSize = default, Microsoft.Azure.Management.Logic.Models.WorkflowTriggerRecurrence recurrence = default);
new Microsoft.Azure.Management.Logic.Models.BatchReleaseCriteria : Nullable<int> * Nullable<int> * Microsoft.Azure.Management.Logic.Models.WorkflowTriggerRecurrence -> Microsoft.Azure.Management.Logic.Models.BatchReleaseCriteria
Public Sub New (Optional messageCount As Nullable(Of Integer) = Nothing, Optional batchSize As Nullable(Of Integer) = Nothing, Optional recurrence As WorkflowTriggerRecurrence = Nothing)

Parameters

messageCount
Nullable<Int32>

The message count.

batchSize
Nullable<Int32>

The batch size in bytes.

recurrence
WorkflowTriggerRecurrence

The recurrence.

Applies to