ExportType Struct

Definition

The type of the query.

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

Fields

ActualCost
AmortizedCost
Usage

Methods

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

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

Equals(ExportType)

Compares values of enum type ExportType

Equals(Object)

Compares values of enum type ExportType (override for Object)

GetHashCode()

Returns hashCode for enum ExportType

ToString()

Returns string representation for ExportType

Operators

Equality(ExportType, ExportType)

Overriding == operator for enum ExportType

Implicit(ExportType to String)

Implicit operator to convert ExportType to string

Implicit(String to ExportType)

Implicit operator to convert string to ExportType

Inequality(ExportType, ExportType)

Overriding != operator for enum ExportType

Applies to