RecurrenceSchedule 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 recurrence schedule.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.RecurrenceScheduleTypeConverter))]
public class RecurrenceSchedule : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IRecurrenceSchedule
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.RecurrenceScheduleTypeConverter))>]
type RecurrenceSchedule = class
interface IRecurrenceSchedule
interface IJsonSerializable
Public Class RecurrenceSchedule
Implements IRecurrenceSchedule
- Inheritance
-
RecurrenceSchedule
- Attributes
- Implements
Constructors
RecurrenceSchedule() |
Creates an new RecurrenceSchedule instance. |
Properties
Hour |
The hours. |
Minute |
The minutes. |
MonthDay |
The month days. |
MonthlyOccurrence |
The monthly occurrences. |
WeekDay |
The days of the week. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of RecurrenceSchedule. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of RecurrenceSchedule. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IRecurrenceSchedule. |
FromJsonString(String) |
Creates a new instance of RecurrenceSchedule, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of RecurrenceSchedule into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |