Share via


AlertTimeGrainType Struct

Definition

Type of timegrain cadence.

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

Constructors

AlertTimeGrainType(String)

Initializes a new instance of AlertTimeGrainType.

Properties

Annually

Annually.

BillingAnnual

BillingAnnual.

BillingMonth

BillingMonth.

BillingQuarter

BillingQuarter.

Monthly

Monthly.

None

None.

Quarterly

Quarterly.

Methods

Equals(AlertTimeGrainType)

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

Determines if two AlertTimeGrainType values are the same.

Implicit(String to AlertTimeGrainType)

Converts a string to a AlertTimeGrainType.

Inequality(AlertTimeGrainType, AlertTimeGrainType)

Determines if two AlertTimeGrainType values are not the same.

Applies to