GranularityType 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.
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 |