Freigeben über


ArmDevTestLabsModelFactory.DevTestLabWeekDetails Method

Definition

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.

Applies to