ContainerServiceMaintenanceRelativeMonthlySchedule 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.
For schedules like: 'recur every month on the first Monday' or 'recur every 3 months on last Friday'.
public class ContainerServiceMaintenanceRelativeMonthlySchedule : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ContainerService.Models.ContainerServiceMaintenanceRelativeMonthlySchedule>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ContainerService.Models.ContainerServiceMaintenanceRelativeMonthlySchedule>
public class ContainerServiceMaintenanceRelativeMonthlySchedule
type ContainerServiceMaintenanceRelativeMonthlySchedule = class
interface IJsonModel<ContainerServiceMaintenanceRelativeMonthlySchedule>
interface IPersistableModel<ContainerServiceMaintenanceRelativeMonthlySchedule>
type ContainerServiceMaintenanceRelativeMonthlySchedule = class
Public Class ContainerServiceMaintenanceRelativeMonthlySchedule
Implements IJsonModel(Of ContainerServiceMaintenanceRelativeMonthlySchedule), IPersistableModel(Of ContainerServiceMaintenanceRelativeMonthlySchedule)
Public Class ContainerServiceMaintenanceRelativeMonthlySchedule
- Inheritance
-
ContainerServiceMaintenanceRelativeMonthlySchedule
- Implements
Constructors
Properties
DayOfWeek |
Specifies on which day of the week the maintenance occurs. |
IntervalMonths |
Specifies the number of months between each set of occurrences. |
WeekIndex |
Specifies on which week of the month the dayOfWeek applies. |
Explicit Interface Implementations
IJsonModel<ContainerServiceMaintenanceRelativeMonthlySchedule>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ContainerServiceMaintenanceRelativeMonthlySchedule>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ContainerServiceMaintenanceRelativeMonthlySchedule>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ContainerServiceMaintenanceRelativeMonthlySchedule>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ContainerServiceMaintenanceRelativeMonthlySchedule>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET