CostManagementAlertSource Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET