CostAllocationResourceType Struct

Definition

Category of resource to use for allocation.

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

Constructors

Name Description
CostAllocationResourceType(String)

Initializes a new instance of CostAllocationResourceType.

Properties

Name Description
Dimension

Indicates an Azure dimension such as a subscription id or resource group name is being used for allocation.

Tag

Allocates cost based on Azure Tag key value pairs.

Methods

Name Description
Equals(CostAllocationResourceType)

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

Determines if two CostAllocationResourceType values are the same.

Implicit(String to CostAllocationResourceType)

Converts a string to a CostAllocationResourceType.

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

Determines if two CostAllocationResourceType values are not the same.

Applies to