LoadTestingRecurrence.RecurrenceEnd Property
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.
Recurrence end model. You can specify the end either by providing a numberOfOccurrences (which will end the recurrence after the specified number of occurrences) or by providing an endDateTime (which will end the recurrence after the specified date). If neither value is provided, the recurrence will continue until it is manually ended. However, if both values are provided, an error will be thrown.
public Azure.Developer.LoadTesting.RecurrenceEnd RecurrenceEnd { get; set; }
member this.RecurrenceEnd : Azure.Developer.LoadTesting.RecurrenceEnd with get, set
Public Property RecurrenceEnd As RecurrenceEnd