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

Name Description
AlertTimeGrainType(String)

Initializes a new instance of AlertTimeGrainType.

Properties

Name Description
Annually

Gets the Annually.

BillingAnnual

Gets the BillingAnnual.

BillingMonth

Gets the BillingMonth.

BillingQuarter

Gets the BillingQuarter.

Monthly

Gets the Monthly.

None

Gets the None.

Quarterly

Gets the Quarterly.

Methods

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

Name Description
Equality(AlertTimeGrainType, AlertTimeGrainType)

Determines if two AlertTimeGrainType values are the same.

Implicit(String to AlertTimeGrainType)

Converts a string to a AlertTimeGrainType.

Implicit(String to Nullable<AlertTimeGrainType>)
Inequality(AlertTimeGrainType, AlertTimeGrainType)

Determines if two AlertTimeGrainType values are not the same.

Applies to