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


PivotType Struct

Definition

Data type to show in view.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Support.PivotTypeTypeConverter))]
public struct PivotType : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Support.PivotType>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Support.PivotTypeTypeConverter))>]
type PivotType = struct
    interface IArgumentCompleter
Public Structure PivotType
Implements IArgumentCompleter, IEquatable(Of PivotType)
Inheritance
PivotType
Attributes
Implements

Fields

Dimension
TagKey

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(Object)

Compares values of enum type PivotType (override for Object)

Equals(PivotType)

Compares values of enum type PivotType

GetHashCode()

Returns hashCode for enum PivotType

ToString()

Returns string representation for PivotType

Operators

Equality(PivotType, PivotType)

Overriding == operator for enum PivotType

Implicit(PivotType to String)

Implicit operator to convert PivotType to string

Implicit(String to PivotType)

Implicit operator to convert string to PivotType

Inequality(PivotType, PivotType)

Overriding != operator for enum PivotType

Applies to