DevCenterModelFactory.DevBoxSchedule Method
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.
Initializes a new instance of DevBoxSchedule.
public static Azure.Developer.DevCenter.Models.DevBoxSchedule DevBoxSchedule (string name = default, Azure.Developer.DevCenter.Models.ScheduleType scheduleType = default, Azure.Developer.DevCenter.Models.ScheduleFrequency scheduleFrequency = default, string time = default, string timeZone = default);
static member DevBoxSchedule : string * Azure.Developer.DevCenter.Models.ScheduleType * Azure.Developer.DevCenter.Models.ScheduleFrequency * string * string -> Azure.Developer.DevCenter.Models.DevBoxSchedule
Public Shared Function DevBoxSchedule (Optional name As String = Nothing, Optional scheduleType As ScheduleType = Nothing, Optional scheduleFrequency As ScheduleFrequency = Nothing, Optional time As String = Nothing, Optional timeZone As String = Nothing) As DevBoxSchedule
- name
- String
Display name for the Schedule.
- scheduleType
- ScheduleType
Supported type this scheduled task represents.
- scheduleFrequency
- ScheduleFrequency
The frequency of this scheduled task.
- time
- String
The target time to trigger the action. The format is HH:MM.
- timeZone
- String
The IANA timezone id at which the schedule should execute.
A new DevBoxSchedule instance for mocking.
Azure SDK for .NET 피드백
Azure SDK for .NET은(는) 오픈 소스 프로젝트입니다. 다음 링크를 선택하여 피드백을 제공해 주세요.