Sdílet prostřednictvím


MachineLearningDayOfWeek Struct

Definition

Enum of weekday.

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

Constructors

MachineLearningDayOfWeek(String)

Initializes a new instance of MachineLearningDayOfWeek.

Properties

Friday

Friday weekday.

Monday

Monday weekday.

Saturday

Saturday weekday.

Sunday

Sunday weekday.

Thursday

Thursday weekday.

Tuesday

Tuesday weekday.

Wednesday

Wednesday weekday.

Methods

Equals(MachineLearningDayOfWeek)

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

Determines if two MachineLearningDayOfWeek values are the same.

Implicit(String to MachineLearningDayOfWeek)

Converts a string to a MachineLearningDayOfWeek.

Inequality(MachineLearningDayOfWeek, MachineLearningDayOfWeek)

Determines if two MachineLearningDayOfWeek values are not the same.

Applies to