Megosztás a következőn keresztül:


ViewPivotType Struct

Definition

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