Freigeben über


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

Name Description
FunctionType(String)

Initializes a new instance of FunctionType.

Properties

Name Description
Sum

Sum.

Methods

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

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