Share via


AbsoluteMonthlySchedule Class

Definition

For schedules like: 'recur every month on the 15th' or 'recur every 3 months on the 20th'.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.AbsoluteMonthlyScheduleTypeConverter))]
public class AbsoluteMonthlySchedule : Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAbsoluteMonthlySchedule
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.AbsoluteMonthlyScheduleTypeConverter))>]
type AbsoluteMonthlySchedule = class
    interface IAbsoluteMonthlySchedule
    interface IJsonSerializable
Public Class AbsoluteMonthlySchedule
Implements IAbsoluteMonthlySchedule
Inheritance
AbsoluteMonthlySchedule
Attributes
Implements

Constructors

Name Description
AbsoluteMonthlySchedule()

Creates an new AbsoluteMonthlySchedule instance.

Properties

Name Description
DayOfMonth

The date of the month.

IntervalMonth

Specifies the number of months between each set of occurrences.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AbsoluteMonthlySchedule.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AbsoluteMonthlySchedule.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAbsoluteMonthlySchedule.

FromJsonString(String)

Creates a new instance of AbsoluteMonthlySchedule, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of AbsoluteMonthlySchedule into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to