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