Condividi tramite


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

Name Description
CostManagementAlertSource(String)

Initializes a new instance of CostManagementAlertSource.

Properties

Name Description
Preset

Gets the Preset.

User

Gets the User.

Methods

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

Name Description
Equality(CostManagementAlertSource, CostManagementAlertSource)

Determines if two CostManagementAlertSource values are the same.

Implicit(String to CostManagementAlertSource)

Converts a string to a CostManagementAlertSource.

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

Determines if two CostManagementAlertSource values are not the same.

Applies to