WeeklyRecurrence Class
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 model when frequency is set as weekly.
public class WeeklyRecurrence : Azure.Developer.LoadTesting.LoadTestingRecurrence, System.ClientModel.Primitives.IJsonModel<Azure.Developer.LoadTesting.WeeklyRecurrence>, System.ClientModel.Primitives.IPersistableModel<Azure.Developer.LoadTesting.WeeklyRecurrence>
type WeeklyRecurrence = class
inherit LoadTestingRecurrence
interface IJsonModel<WeeklyRecurrence>
interface IPersistableModel<WeeklyRecurrence>
Public Class WeeklyRecurrence
Inherits LoadTestingRecurrence
Implements IJsonModel(Of WeeklyRecurrence), IPersistableModel(Of WeeklyRecurrence)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| WeeklyRecurrence() |
Initializes a new instance of WeeklyRecurrence. |
Properties
| Name | Description |
|---|---|
| DaysOfWeek |
Recurrence set to repeat on the specified days of the week. |
| Interval |
The interval at which the recurrence should repeat. It signifies the number of weeks between each recurrence. |
| RecurrenceEnd |
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. (Inherited from LoadTestingRecurrence) |