MachineLearningComputeWeekDay Struct

Definition

Enum of weekday.

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

Constructors

MachineLearningComputeWeekDay(String)

Initializes a new instance of MachineLearningComputeWeekDay.

Properties

Friday

Friday weekday.

Monday

Monday weekday.

Saturday

Saturday weekday.

Sunday

Sunday weekday.

Thursday

Thursday weekday.

Tuesday

Tuesday weekday.

Wednesday

Wednesday weekday.

Methods

Equals(MachineLearningComputeWeekDay)

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(MachineLearningComputeWeekDay, MachineLearningComputeWeekDay)

Determines if two MachineLearningComputeWeekDay values are the same.

Implicit(String to MachineLearningComputeWeekDay)

Converts a string to a MachineLearningComputeWeekDay.

Inequality(MachineLearningComputeWeekDay, MachineLearningComputeWeekDay)

Determines if two MachineLearningComputeWeekDay values are not the same.

Applies to