LoadTestingModelFactory.RecurrenceStatus Method
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.
Actual state of the recurrence for the trigger.
public static Azure.Developer.LoadTesting.RecurrenceStatus RecurrenceStatus(int? remainingOccurrences = default, System.Collections.Generic.IEnumerable<DateTimeOffset> nextScheduledDateTimes = default);
static member RecurrenceStatus : Nullable<int> * seq<DateTimeOffset> -> Azure.Developer.LoadTesting.RecurrenceStatus
Public Shared Function RecurrenceStatus (Optional remainingOccurrences As Nullable(Of Integer) = Nothing, Optional nextScheduledDateTimes As IEnumerable(Of DateTimeOffset) = Nothing) As RecurrenceStatus
Parameters
The number of occurrences remaining for the trigger. Null if recurrence end has end date instead of number of occurrences.
- nextScheduledDateTimes
- IEnumerable<DateTimeOffset>
The next three execution times of the trigger. (RFC 3339 literal format).
Returns
A new RecurrenceStatus instance for mocking.