AutomationDayOfWeek 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.
Day of the occurrence. Must be one of monday, tuesday, wednesday, thursday, friday, saturday, sunday.
public readonly struct AutomationDayOfWeek : IEquatable<Azure.ResourceManager.Automation.Models.AutomationDayOfWeek>
type AutomationDayOfWeek = struct
Public Structure AutomationDayOfWeek
Implements IEquatable(Of AutomationDayOfWeek)
- Inheritance
-
AutomationDayOfWeek
- Implements
Constructors
AutomationDayOfWeek(String) |
Initializes a new instance of AutomationDayOfWeek. |
Properties
Friday |
Friday. |
Monday |
Monday. |
Saturday |
Saturday. |
Sunday |
Sunday. |
Thursday |
Thursday. |
Tuesday |
Tuesday. |
Wednesday |
Wednesday. |
Methods
Equals(AutomationDayOfWeek) |
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(AutomationDayOfWeek, AutomationDayOfWeek) |
Determines if two AutomationDayOfWeek values are the same. |
Implicit(String to AutomationDayOfWeek) |
Converts a string to a AutomationDayOfWeek. |
Inequality(AutomationDayOfWeek, AutomationDayOfWeek) |
Determines if two AutomationDayOfWeek values are not the same. |
Applies to
Azure SDK for .NET