AlertCategory 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.
Alert category
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Support.AlertCategoryTypeConverter))]
public struct AlertCategory : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Support.AlertCategory>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Support.AlertCategoryTypeConverter))>]
type AlertCategory = struct
interface IArgumentCompleter
Public Structure AlertCategory
Implements IArgumentCompleter, IEquatable(Of AlertCategory)
- Inheritance
-
AlertCategory
- Attributes
- Implements
Fields
Billing | |
Cost | |
System1 | |
Usage |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(AlertCategory) |
Compares values of enum type AlertCategory |
Equals(Object) |
Compares values of enum type AlertCategory (override for Object) |
GetHashCode() |
Returns hashCode for enum AlertCategory |
ToString() |
Returns string representation for AlertCategory |
Operators
Equality(AlertCategory, AlertCategory) |
Overriding == operator for enum AlertCategory |
Implicit(AlertCategory to String) |
Implicit operator to convert AlertCategory to string |
Implicit(String to AlertCategory) |
Implicit operator to convert string to AlertCategory |
Inequality(AlertCategory, AlertCategory) |
Overriding != operator for enum AlertCategory |