次の方法で共有


CostManagementAlertCategory 構造体

定義

アラート カテゴリ。

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

コンストラクター

CostManagementAlertCategory(String)

CostManagementAlertCategory の新しいインスタンスを初期化します。

プロパティ

Billing

課金。

Cost

コスト。

System

System.

Usage

利用状況。

メソッド

Equals(CostManagementAlertCategory)

現在のオブジェクトが、同じ型の別のオブジェクトと等しいかどうかを示します。

ToString()

このインスタンスの完全修飾型名を返します。

演算子

Equality(CostManagementAlertCategory, CostManagementAlertCategory)

2 つの CostManagementAlertCategory 値が同じかどうかを判断します。

Implicit(String to CostManagementAlertCategory)

文字列を CostManagementAlertCategory に変換します。

Inequality(CostManagementAlertCategory, CostManagementAlertCategory)

2 つの CostManagementAlertCategory 値が同じでないかどうかを判断します。

適用対象