你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ScheduleWeeklyRecurrence Constructor
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.
Initializes a new instance of ScheduleWeeklyRecurrence.
public ScheduleWeeklyRecurrence (Azure.ResourceManager.StorageMover.Models.ScheduleTime startTime, Azure.ResourceManager.StorageMover.Models.ScheduleTime endTime, System.Collections.Generic.IEnumerable<Azure.ResourceManager.StorageMover.Models.ScheduleDayOfWeek> days);
new Azure.ResourceManager.StorageMover.Models.ScheduleWeeklyRecurrence : Azure.ResourceManager.StorageMover.Models.ScheduleTime * Azure.ResourceManager.StorageMover.Models.ScheduleTime * seq<Azure.ResourceManager.StorageMover.Models.ScheduleDayOfWeek> -> Azure.ResourceManager.StorageMover.Models.ScheduleWeeklyRecurrence
Public Sub New (startTime As ScheduleTime, endTime As ScheduleTime, days As IEnumerable(Of ScheduleDayOfWeek))
Parameters
- startTime
- ScheduleTime
The start time of the schedule recurrence. Full hour and 30-minute intervals are supported.
- endTime
- ScheduleTime
The end time of the schedule recurrence. Full hour and 30-minute intervals are supported.
- days
- IEnumerable<ScheduleDayOfWeek>
The set of days of week for the schedule recurrence. A day must not be specified more than once in a recurrence.
Exceptions
startTime
, endTime
or days
is null.