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


FunctionName Struct

Definition

The name of the column to aggregate.

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

Fields

Cost
CostUsd
PreTaxCost
PreTaxCostUsd

Methods

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

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

Equals(FunctionName)

Compares values of enum type FunctionName

Equals(Object)

Compares values of enum type FunctionName (override for Object)

GetHashCode()

Returns hashCode for enum FunctionName

ToString()

Returns string representation for FunctionName

Operators

Equality(FunctionName, FunctionName)

Overriding == operator for enum FunctionName

Implicit(FunctionName to String)

Implicit operator to convert FunctionName to string

Implicit(String to FunctionName)

Implicit operator to convert string to FunctionName

Inequality(FunctionName, FunctionName)

Overriding != operator for enum FunctionName

Applies to