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
| Name | Description |
|---|---|
| ViewPivotType(String) |
Initializes a new instance of ViewPivotType. |
Properties
| Name | Description |
|---|---|
| Dimension |
Dimension. |
| TagKey |
TagKey. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| 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. |