Delen via


AlertTimeGrainType Struct

Definition

Type of timegrain cadence

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Support.AlertTimeGrainTypeTypeConverter))]
public struct AlertTimeGrainType : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Support.AlertTimeGrainType>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Support.AlertTimeGrainTypeTypeConverter))>]
type AlertTimeGrainType = struct
    interface IArgumentCompleter
Public Structure AlertTimeGrainType
Implements IArgumentCompleter, IEquatable(Of AlertTimeGrainType)
Inheritance
AlertTimeGrainType
Attributes
Implements

Fields

Annually
BillingAnnual
BillingMonth
BillingQuarter
Monthly
None
Quarterly

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(AlertTimeGrainType)

Compares values of enum type AlertTimeGrainType

Equals(Object)

Compares values of enum type AlertTimeGrainType (override for Object)

GetHashCode()

Returns hashCode for enum AlertTimeGrainType

ToString()

Returns string representation for AlertTimeGrainType

Operators

Equality(AlertTimeGrainType, AlertTimeGrainType)

Overriding == operator for enum AlertTimeGrainType

Implicit(AlertTimeGrainType to String)

Implicit operator to convert AlertTimeGrainType to string

Implicit(String to AlertTimeGrainType)

Implicit operator to convert string to AlertTimeGrainType

Inequality(AlertTimeGrainType, AlertTimeGrainType)

Overriding != operator for enum AlertTimeGrainType

Applies to