Delen via


AlertType Struct

Definition

type of alert

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Support.AlertTypeTypeConverter))]
public struct AlertType : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Support.AlertType>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Support.AlertTypeTypeConverter))>]
type AlertType = struct
    interface IArgumentCompleter
Public Structure AlertType
Implements IArgumentCompleter, IEquatable(Of AlertType)
Inheritance
AlertType
Attributes
Implements

Fields

Budget
BudgetForecast
Credit
General
Invoice
Quota
XCloud

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(AlertType)

Compares values of enum type AlertType

Equals(Object)

Compares values of enum type AlertType (override for Object)

GetHashCode()

Returns hashCode for enum AlertType

ToString()

Returns string representation for AlertType

Operators

Equality(AlertType, AlertType)

Overriding == operator for enum AlertType

Implicit(AlertType to String)

Implicit operator to convert AlertType to string

Implicit(String to AlertType)

Implicit operator to convert string to AlertType

Inequality(AlertType, AlertType)

Overriding != operator for enum AlertType

Applies to