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

Name Description
CostManagementAlertType(String)

Initializes a new instance of CostManagementAlertType.

Properties

Name Description
Budget

Gets the Budget.

BudgetForecast

Gets the BudgetForecast.

Credit

Gets the Credit.

General

Gets the General.

Invoice

Gets the Invoice.

Quota

Gets the Quota.

XCloud

Gets the XCloud.

Methods

Name Description
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

Name Description
Equality(CostManagementAlertType, CostManagementAlertType)

Determines if two CostManagementAlertType values are the same.

Implicit(String to CostManagementAlertType)

Converts a string to a CostManagementAlertType.

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

Determines if two CostManagementAlertType values are not the same.

Applies to