你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ScheduleWeeklyRecurrence 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.
The weekly recurrence of the schedule.
public class ScheduleWeeklyRecurrence : Azure.ResourceManager.StorageMover.Models.ScheduleRecurrence, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.StorageMover.Models.ScheduleWeeklyRecurrence>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.StorageMover.Models.ScheduleWeeklyRecurrence>
type ScheduleWeeklyRecurrence = class
inherit ScheduleRecurrence
interface IJsonModel<ScheduleWeeklyRecurrence>
interface IPersistableModel<ScheduleWeeklyRecurrence>
Public Class ScheduleWeeklyRecurrence
Inherits ScheduleRecurrence
Implements IJsonModel(Of ScheduleWeeklyRecurrence), IPersistableModel(Of ScheduleWeeklyRecurrence)
- Inheritance
- Derived
- Implements
Constructors
ScheduleWeeklyRecurrence(ScheduleTime, ScheduleTime, IEnumerable<ScheduleDayOfWeek>) |
Initializes a new instance of ScheduleWeeklyRecurrence. |
Properties
Days |
The set of days of week for the schedule recurrence. A day must not be specified more than once in a recurrence. |
EndTime |
The end time of the schedule recurrence. Full hour and 30-minute intervals are supported. (Inherited from ScheduleRecurrence) |
StartTime |
The start time of the schedule recurrence. Full hour and 30-minute intervals are supported. (Inherited from ScheduleRecurrence) |