Megosztás a következőn keresztül:


CostManagementAlertType Struct

Definition

type of alert.

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

Constructors

CostManagementAlertType(String)

Initializes a new instance of CostManagementAlertType.

Properties

Budget

Budget.

BudgetForecast

BudgetForecast.

Credit

Credit.

General

General.

Invoice

Invoice.

Quota

Quota.

XCloud

xCloud.

Methods

Equals(CostManagementAlertType)

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

Determines if two CostManagementAlertType values are the same.

Implicit(String to CostManagementAlertType)

Converts a string to a CostManagementAlertType.

Inequality(CostManagementAlertType, CostManagementAlertType)

Determines if two CostManagementAlertType values are not the same.

Applies to