你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IWeeklyRecurrence Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageMover.Models.Api20240701.WeeklyRecurrenceTypeConverter))]
public interface IWeeklyRecurrence : Microsoft.Azure.PowerShell.Cmdlets.StorageMover.Models.Api20240701.IRecurrence
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageMover.Models.Api20240701.WeeklyRecurrenceTypeConverter))>]
type IWeeklyRecurrence = interface
    interface IJsonSerializable
    interface IRecurrence
Public Interface IWeeklyRecurrence
Implements IRecurrence
Derived
Attributes
Implements

Properties

Day

The set of days of week for the schedule recurrence. A day must not be specified more than once in a recurrence.

EndTimeHour

The hour element of the time. Allowed values range from 0 (start of the selected day) to 24 (end of the selected day). Hour value 24 cannot be combined with any other minute value but 0.

(Inherited from IRecurrence)
EndTimeMinute

The minute element of the time. Allowed values are 0 and 30. If not specified, its value defaults to 0.

(Inherited from IRecurrence)
StartTimeHour

The hour element of the time. Allowed values range from 0 (start of the selected day) to 24 (end of the selected day). Hour value 24 cannot be combined with any other minute value but 0.

(Inherited from IRecurrence)
StartTimeMinute

The minute element of the time. Allowed values are 0 and 30. If not specified, its value defaults to 0.

(Inherited from IRecurrence)

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to