QueryColumnType 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 type of the column in the report.
public readonly struct QueryColumnType : IEquatable<Azure.ResourceManager.CostManagement.Models.QueryColumnType>
type QueryColumnType = struct
Public Structure QueryColumnType
Implements IEquatable(Of QueryColumnType)
- Inheritance
-
QueryColumnType
- Implements
Constructors
QueryColumnType(String) |
Initializes a new instance of QueryColumnType. |
Properties
Dimension |
The dimension of cost data. |
TagKey |
The tag associated with the cost data. |
Methods
Equals(QueryColumnType) |
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(QueryColumnType, QueryColumnType) |
Determines if two QueryColumnType values are the same. |
Implicit(String to QueryColumnType) |
Converts a string to a QueryColumnType. |
Inequality(QueryColumnType, QueryColumnType) |
Determines if two QueryColumnType values are not the same. |
Applies to
Azure SDK for .NET