CostAllocationPolicyType Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |