HDInsightDayOfWeek Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET