FunctionName Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |