CostManagementSettingType 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.
public readonly struct CostManagementSettingType : IEquatable<Azure.ResourceManager.CostManagement.Models.CostManagementSettingType>
type CostManagementSettingType = struct
Public Structure CostManagementSettingType
Implements IEquatable(Of CostManagementSettingType)
- Inheritance
-
CostManagementSettingType
- Implements
Constructors
| Name | Description |
|---|---|
| CostManagementSettingType(String) |
Initializes a new instance of CostManagementSettingType. |
Properties
| Name | Description |
|---|---|
| Taginheritance |
This setting applies billing profile, invoice section, subscription and resource group tags to current month's usage data of child resources. |
Methods
| Name | Description |
|---|---|
| Equals(CostManagementSettingType) |
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(CostManagementSettingType, CostManagementSettingType) |
Determines if two CostManagementSettingType values are the same. |
| Implicit(String to CostManagementSettingType) |
Converts a string to a CostManagementSettingType. |
| Implicit(String to Nullable<CostManagementSettingType>) | |
| Inequality(CostManagementSettingType, CostManagementSettingType) |
Determines if two CostManagementSettingType values are not the same. |