Share via


FunctionName Struct

Definition

The name of the column to aggregate.

public readonly struct FunctionName : IEquatable<Azure.ResourceManager.CostManagement.Models.FunctionName>
type FunctionName = struct
Public Structure FunctionName
Implements IEquatable(Of FunctionName)
Inheritance
FunctionName
Implements

Constructors

FunctionName(String)

Initializes a new instance of FunctionName.

Properties

Cost

Cost.

CostUSD

CostUSD.

PreTaxCost

PreTaxCost.

PreTaxCostUSD

PreTaxCostUSD.

Methods

Equals(FunctionName)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(FunctionName, FunctionName)

Determines if two FunctionName values are the same.

Implicit(String to FunctionName)

Converts a string to a FunctionName.

Inequality(FunctionName, FunctionName)

Determines if two FunctionName values are not the same.

Applies to