ScheduledActionWeeksOfMonth Struct

Definition

Weeks of month.

public readonly struct ScheduledActionWeeksOfMonth : IEquatable<Azure.ResourceManager.CostManagement.Models.ScheduledActionWeeksOfMonth>
type ScheduledActionWeeksOfMonth = struct
Public Structure ScheduledActionWeeksOfMonth
Implements IEquatable(Of ScheduledActionWeeksOfMonth)
Inheritance
ScheduledActionWeeksOfMonth
Implements

Constructors

Name Description
ScheduledActionWeeksOfMonth(String)

Initializes a new instance of ScheduledActionWeeksOfMonth.

Properties

Name Description
First

Gets the First.

Fourth

Gets the Fourth.

Last

Gets the Last.

Second

Gets the Second.

Third

Gets the Third.

Methods

Name Description
Equals(ScheduledActionWeeksOfMonth)

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(ScheduledActionWeeksOfMonth, ScheduledActionWeeksOfMonth)

Determines if two ScheduledActionWeeksOfMonth values are the same.

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

Converts a string to a ScheduledActionWeeksOfMonth.

Inequality(ScheduledActionWeeksOfMonth, ScheduledActionWeeksOfMonth)

Determines if two ScheduledActionWeeksOfMonth values are not the same.

Applies to