ContainerServiceMaintenanceAbsoluteMonthlySchedule Class

Definition

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

public class ContainerServiceMaintenanceAbsoluteMonthlySchedule : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ContainerService.Models.ContainerServiceMaintenanceAbsoluteMonthlySchedule>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ContainerService.Models.ContainerServiceMaintenanceAbsoluteMonthlySchedule>
public class ContainerServiceMaintenanceAbsoluteMonthlySchedule
type ContainerServiceMaintenanceAbsoluteMonthlySchedule = class
    interface IJsonModel<ContainerServiceMaintenanceAbsoluteMonthlySchedule>
    interface IPersistableModel<ContainerServiceMaintenanceAbsoluteMonthlySchedule>
type ContainerServiceMaintenanceAbsoluteMonthlySchedule = class
Public Class ContainerServiceMaintenanceAbsoluteMonthlySchedule
Implements IJsonModel(Of ContainerServiceMaintenanceAbsoluteMonthlySchedule), IPersistableModel(Of ContainerServiceMaintenanceAbsoluteMonthlySchedule)
Public Class ContainerServiceMaintenanceAbsoluteMonthlySchedule
Inheritance
ContainerServiceMaintenanceAbsoluteMonthlySchedule
Implements

Constructors

ContainerServiceMaintenanceAbsoluteMonthlySchedule(Int32, Int32)

Initializes a new instance of ContainerServiceMaintenanceAbsoluteMonthlySchedule.

Properties

DayOfMonth

The date of the month.

IntervalMonths

Specifies the number of months between each set of occurrences.

Explicit Interface Implementations

IJsonModel<ContainerServiceMaintenanceAbsoluteMonthlySchedule>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ContainerServiceMaintenanceAbsoluteMonthlySchedule>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ContainerServiceMaintenanceAbsoluteMonthlySchedule>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ContainerServiceMaintenanceAbsoluteMonthlySchedule>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ContainerServiceMaintenanceAbsoluteMonthlySchedule>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to