Aracılığıyla paylaş


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

ScheduledActionWeeksOfMonth(String)

Initializes a new instance of ScheduledActionWeeksOfMonth.

Properties

First

First.

Fourth

Fourth.

Last

Last.

Second

Second.

Third

Third.

Methods

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

Equality(ScheduledActionWeeksOfMonth, ScheduledActionWeeksOfMonth)

Determines if two ScheduledActionWeeksOfMonth values are the same.

Implicit(String to ScheduledActionWeeksOfMonth)

Converts a string to a ScheduledActionWeeksOfMonth.

Inequality(ScheduledActionWeeksOfMonth, ScheduledActionWeeksOfMonth)

Determines if two ScheduledActionWeeksOfMonth values are not the same.

Applies to