ScheduledActionDaysOfWeek Struct

Definition

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

Name Description
ScheduledActionDaysOfWeek(String)

Initializes a new instance of ScheduledActionDaysOfWeek.

Properties

Name Description
Friday

Gets the Friday.

Monday

Gets the Monday.

Saturday

Gets the Saturday.

Sunday

Gets the Sunday.

Thursday

Gets the Thursday.

Tuesday

Gets the Tuesday.

Wednesday

Gets the Wednesday.

Methods

Name Description
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

Name Description
Equality(ScheduledActionDaysOfWeek, ScheduledActionDaysOfWeek)

Determines if two ScheduledActionDaysOfWeek values are the same.

Implicit(String to Nullable<ScheduledActionDaysOfWeek>)
Implicit(String to ScheduledActionDaysOfWeek)

Converts a string to a ScheduledActionDaysOfWeek.

Inequality(ScheduledActionDaysOfWeek, ScheduledActionDaysOfWeek)

Determines if two ScheduledActionDaysOfWeek values are not the same.

Applies to