你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Recurrence 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 schedule recurrence.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageMover.Models.Api20240701.RecurrenceTypeConverter))]
public class Recurrence : Microsoft.Azure.PowerShell.Cmdlets.StorageMover.Models.Api20240701.IRecurrence
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageMover.Models.Api20240701.RecurrenceTypeConverter))>]
type Recurrence = class
interface IRecurrence
interface IJsonSerializable
Public Class Recurrence
Implements IRecurrence
- Inheritance
-
Recurrence
- Attributes
- Implements
Constructors
Recurrence() |
Creates an new Recurrence instance. |
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
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of Recurrence. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of Recurrence. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StorageMover.Models.Api20240701.IRecurrence. |
FromJsonString(String) |
Creates a new instance of Recurrence, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of Recurrence into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |