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

Name Description
FunctionName(String)

Initializes a new instance of FunctionName.

Properties

Name Description
Cost

Gets the Cost.

CostUSD

Gets the CostUSD.

PreTaxCost

Gets the PreTaxCost.

PreTaxCostUSD

Gets the PreTaxCostUSD.

Methods

Name Description
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

Name Description
Equality(FunctionName, FunctionName)

Determines if two FunctionName values are the same.

Implicit(String to FunctionName)

Converts a string to a FunctionName.

Implicit(String to Nullable<FunctionName>)
Inequality(FunctionName, FunctionName)

Determines if two FunctionName values are not the same.

Applies to