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

IRecurrence Interface

Definition

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

Properties

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.

EndTimeMinute

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

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.

StartTimeMinute

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

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to