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) |
Explicit Interface Implementations
Applies to
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET