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