Aracılığıyla paylaş


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

CostManagementAlertCategory(String)

Initializes a new instance of CostManagementAlertCategory.

Properties

Billing

Billing.

Cost

Cost.

System

System.

Usage

Usage.

Methods

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

Equality(CostManagementAlertCategory, CostManagementAlertCategory)

Determines if two CostManagementAlertCategory values are the same.

Implicit(String to CostManagementAlertCategory)

Converts a string to a CostManagementAlertCategory.

Inequality(CostManagementAlertCategory, CostManagementAlertCategory)

Determines if two CostManagementAlertCategory values are not the same.

Applies to