Share via


CostManagementAlertSource Struct

Definition

Source of alert.

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

Constructors

CostManagementAlertSource(String)

Initializes a new instance of CostManagementAlertSource.

Properties

Preset

Preset.

User

User.

Methods

Equals(CostManagementAlertSource)

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

Determines if two CostManagementAlertSource values are the same.

Implicit(String to CostManagementAlertSource)

Converts a string to a CostManagementAlertSource.

Inequality(CostManagementAlertSource, CostManagementAlertSource)

Determines if two CostManagementAlertSource values are not the same.

Applies to