BatchReleaseCriteria Constructors
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.
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
- recurrence
- WorkflowTriggerRecurrence
The recurrence.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET