ArmDevTestLabsModelFactory.DevTestLabWeekDetails 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.
Properties of a weekly schedule.
public static Azure.ResourceManager.DevTestLabs.Models.DevTestLabWeekDetails DevTestLabWeekDetails(System.Collections.Generic.IEnumerable<string> weekdays = default, string time = default);
static member DevTestLabWeekDetails : seq<string> * string -> Azure.ResourceManager.DevTestLabs.Models.DevTestLabWeekDetails
Public Shared Function DevTestLabWeekDetails (Optional weekdays As IEnumerable(Of String) = Nothing, Optional time As String = Nothing) As DevTestLabWeekDetails
Parameters
- weekdays
- IEnumerable<String>
The days of the week for which the schedule is set (e.g. Sunday, Monday, Tuesday, etc.).
- time
- String
The time of the day the schedule will occur.
Returns
A new DevTestLabWeekDetails instance for mocking.