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