Megosztás a következőn keresztül:


ReportGranularityType Struct

Definition

The granularity of rows in the report.

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

Fields

Daily
Monthly

Methods

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

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

Equals(Object)

Compares values of enum type ReportGranularityType (override for Object)

Equals(ReportGranularityType)

Compares values of enum type ReportGranularityType

GetHashCode()

Returns hashCode for enum ReportGranularityType

ToString()

Returns string representation for ReportGranularityType

Operators

Equality(ReportGranularityType, ReportGranularityType)

Overriding == operator for enum ReportGranularityType

Implicit(ReportGranularityType to String)

Implicit operator to convert ReportGranularityType to string

Implicit(String to ReportGranularityType)

Implicit operator to convert string to ReportGranularityType

Inequality(ReportGranularityType, ReportGranularityType)

Overriding != operator for enum ReportGranularityType

Applies to