Aracılığıyla paylaş


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

GranularityType(String)

Initializes a new instance of GranularityType.

Properties

Daily

Daily.

Methods

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

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