Megosztás a következőn keresztül:


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

ContainerServiceWeekDay(String)

Initializes a new instance of ContainerServiceWeekDay.

Properties

Friday

Friday.

Monday

Monday.

Saturday

Saturday.

Sunday

Sunday.

Thursday

Thursday.

Tuesday

Tuesday.

Wednesday

Wednesday.

Methods

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

Equality(ContainerServiceWeekDay, ContainerServiceWeekDay)

Determines if two ContainerServiceWeekDay values are the same.

Implicit(String to ContainerServiceWeekDay)

Converts a string to a ContainerServiceWeekDay.

Inequality(ContainerServiceWeekDay, ContainerServiceWeekDay)

Determines if two ContainerServiceWeekDay values are not the same.

Applies to