你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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