HDInsightDayOfWeek Struct

Definition

The HDInsightDayOfWeek.

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

Constructors

HDInsightDayOfWeek(String)

Initializes a new instance of HDInsightDayOfWeek.

Properties

Friday

Friday.

Monday

Monday.

Saturday

Saturday.

Sunday

Sunday.

Thursday

Thursday.

Tuesday

Tuesday.

Wednesday

Wednesday.

Methods

Equals(HDInsightDayOfWeek)

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

Determines if two HDInsightDayOfWeek values are the same.

Implicit(String to HDInsightDayOfWeek)

Converts a string to a HDInsightDayOfWeek.

Inequality(HDInsightDayOfWeek, HDInsightDayOfWeek)

Determines if two HDInsightDayOfWeek values are not the same.

Applies to