ScheduledActionWeeksOfMonth 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.
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 |
First. |
| Fourth |
Fourth. |
| Last |
Last. |
| Second |
Second. |
| Third |
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 ScheduledActionWeeksOfMonth) |
Converts a String to a ScheduledActionWeeksOfMonth. |
| Inequality(ScheduledActionWeeksOfMonth, ScheduledActionWeeksOfMonth) |
Determines if two ScheduledActionWeeksOfMonth values are not the same. |