GranularityType Struct

Definition

The granularity of rows in the forecast.

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

Fields

Daily

Methods

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

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

Equals(GranularityType)

Compares values of enum type GranularityType

Equals(Object)

Compares values of enum type GranularityType (override for Object)

GetHashCode()

Returns hashCode for enum GranularityType

ToString()

Returns string representation for GranularityType

Operators

Equality(GranularityType, GranularityType)

Overriding == operator for enum GranularityType

Implicit(GranularityType to String)

Implicit operator to convert GranularityType to string

Implicit(String to GranularityType)

Implicit operator to convert string to GranularityType

Inequality(GranularityType, GranularityType)

Overriding != operator for enum GranularityType

Applies to