DataBoxEdgeDayOfWeek 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 DataBoxEdgeDayOfWeek.
public readonly struct DataBoxEdgeDayOfWeek : IEquatable<Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeDayOfWeek>
type DataBoxEdgeDayOfWeek = struct
Public Structure DataBoxEdgeDayOfWeek
Implements IEquatable(Of DataBoxEdgeDayOfWeek)
- Inheritance
-
DataBoxEdgeDayOfWeek
- Implements
Constructors
| Name | Description |
|---|---|
| DataBoxEdgeDayOfWeek(String) |
Initializes a new instance of DataBoxEdgeDayOfWeek. |
Properties
| Name | Description |
|---|---|
| Friday |
Friday. |
| Monday |
Monday. |
| Saturday |
Saturday. |
| Sunday |
Sunday. |
| Thursday |
Thursday. |
| Tuesday |
Tuesday. |
| Wednesday |
Wednesday. |
Methods
| Name | Description |
|---|---|
| Equals(DataBoxEdgeDayOfWeek) |
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
| Name | Description |
|---|---|
| Equality(DataBoxEdgeDayOfWeek, DataBoxEdgeDayOfWeek) |
Determines if two DataBoxEdgeDayOfWeek values are the same. |
| Implicit(String to DataBoxEdgeDayOfWeek) |
Converts a String to a DataBoxEdgeDayOfWeek. |
| Inequality(DataBoxEdgeDayOfWeek, DataBoxEdgeDayOfWeek) |
Determines if two DataBoxEdgeDayOfWeek values are not the same. |