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