Condividi tramite


ContainerServiceWeekDay Struct

Definition

The weekday enum.

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

Constructors

Name Description
ContainerServiceWeekDay(String)

Initializes a new instance of ContainerServiceWeekDay.

Properties

Name Description
Friday

Represents Friday.

Monday

Represents Monday.

Saturday

Represents Saturday.

Sunday

Represents Sunday.

Thursday

Represents Thursday.

Tuesday

Represents Tuesday.

Wednesday

Represents Wednesday.

Methods

Name Description
Equals(ContainerServiceWeekDay)

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

Name Description
Equality(ContainerServiceWeekDay, ContainerServiceWeekDay)

Determines if two ContainerServiceWeekDay values are the same.

Implicit(String to ContainerServiceWeekDay)

Converts a string to a ContainerServiceWeekDay.

Implicit(String to Nullable<ContainerServiceWeekDay>)
Inequality(ContainerServiceWeekDay, ContainerServiceWeekDay)

Determines if two ContainerServiceWeekDay values are not the same.

Applies to