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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET