CostAllocationPolicyType Struct

Definition

Method to use for allocating cost. FixedProportion indicates that cost will be split based on specified percentage values.

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

Constructors

Name Description
CostAllocationPolicyType(String)

Initializes a new instance of CostAllocationPolicyType.

Properties

Name Description
FixedProportion

Gets the FixedProportion.

Methods

Name Description
Equals(CostAllocationPolicyType)

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

Determines if two CostAllocationPolicyType values are the same.

Implicit(String to CostAllocationPolicyType)

Converts a string to a CostAllocationPolicyType.

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

Determines if two CostAllocationPolicyType values are not the same.

Applies to