Megosztás a következőn keresztül:


AlertStatus Struct

Definition

alert status

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

Fields

Active
Dismissed
None
Overridden
Resolved

Methods

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

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

Equals(AlertStatus)

Compares values of enum type AlertStatus

Equals(Object)

Compares values of enum type AlertStatus (override for Object)

GetHashCode()

Returns hashCode for enum AlertStatus

ToString()

Returns string representation for AlertStatus

Operators

Equality(AlertStatus, AlertStatus)

Overriding == operator for enum AlertStatus

Implicit(AlertStatus to String)

Implicit operator to convert AlertStatus to string

Implicit(String to AlertStatus)

Implicit operator to convert string to AlertStatus

Inequality(AlertStatus, AlertStatus)

Overriding != operator for enum AlertStatus

Applies to