Freigeben über


GranularityType Struct

Definition

The granularity of rows in the export. Currently only 'Daily' is supported.

public readonly struct GranularityType : IEquatable<Azure.ResourceManager.CostManagement.Models.GranularityType>
type GranularityType = struct
Public Structure GranularityType
Implements IEquatable(Of GranularityType)
Inheritance
GranularityType
Implements

Constructors

Name Description
GranularityType(String)

Initializes a new instance of GranularityType.

Properties

Name Description
Daily

Daily.

Methods

Name Description
Equals(GranularityType)

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(GranularityType, GranularityType)

Determines if two GranularityType values are the same.

Implicit(String to GranularityType)

Converts a String to a GranularityType.

Inequality(GranularityType, GranularityType)

Determines if two GranularityType values are not the same.

Applies to