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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET