CostManagementAlertCategory Struct

Definition

Alert category.

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

Constructors

Name Description
CostManagementAlertCategory(String)

Initializes a new instance of CostManagementAlertCategory.

Properties

Name Description
Billing

Gets the Billing.

Cost

Gets the Cost.

System

Gets the System.

Usage

Gets the Usage.

Methods

Name Description
Equals(CostManagementAlertCategory)

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

Determines if two CostManagementAlertCategory values are the same.

Implicit(String to CostManagementAlertCategory)

Converts a string to a CostManagementAlertCategory.

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

Determines if two CostManagementAlertCategory values are not the same.

Applies to