Share via


FunctionType Struct

Definition

The name of the aggregation function to use.

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

Constructors

FunctionType(String)

Initializes a new instance of FunctionType.

Properties

Sum

Sum.

Methods

Equals(FunctionType)

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(FunctionType, FunctionType)

Determines if two FunctionType values are the same.

Implicit(String to FunctionType)

Converts a string to a FunctionType.

Inequality(FunctionType, FunctionType)

Determines if two FunctionType values are not the same.

Applies to