Freigeben über


ContainerServiceMaintenanceRelativeMonthlyScheduleWeekIndex Struct

Definition

Specifies on which week of the month the dayOfWeek applies.

public readonly struct ContainerServiceMaintenanceRelativeMonthlyScheduleWeekIndex : IEquatable<Azure.ResourceManager.ContainerService.Models.ContainerServiceMaintenanceRelativeMonthlyScheduleWeekIndex>
type ContainerServiceMaintenanceRelativeMonthlyScheduleWeekIndex = struct
Public Structure ContainerServiceMaintenanceRelativeMonthlyScheduleWeekIndex
Implements IEquatable(Of ContainerServiceMaintenanceRelativeMonthlyScheduleWeekIndex)
Inheritance
ContainerServiceMaintenanceRelativeMonthlyScheduleWeekIndex
Implements

Constructors

ContainerServiceMaintenanceRelativeMonthlyScheduleWeekIndex(String)

Initializes a new instance of ContainerServiceMaintenanceRelativeMonthlyScheduleWeekIndex.

Properties

First

First week of the month.

Fourth

Fourth week of the month.

Last

Last week of the month.

Second

Second week of the month.

Third

Third week of the month.

Methods

Equals(ContainerServiceMaintenanceRelativeMonthlyScheduleWeekIndex)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(ContainerServiceMaintenanceRelativeMonthlyScheduleWeekIndex, ContainerServiceMaintenanceRelativeMonthlyScheduleWeekIndex)

Determines if two ContainerServiceMaintenanceRelativeMonthlyScheduleWeekIndex values are the same.

Implicit(String to ContainerServiceMaintenanceRelativeMonthlyScheduleWeekIndex)

Converts a string to a ContainerServiceMaintenanceRelativeMonthlyScheduleWeekIndex.

Inequality(ContainerServiceMaintenanceRelativeMonthlyScheduleWeekIndex, ContainerServiceMaintenanceRelativeMonthlyScheduleWeekIndex)

Determines if two ContainerServiceMaintenanceRelativeMonthlyScheduleWeekIndex values are not the same.

Applies to