Udostępnij za pośrednictwem


UsageState Struct

Definition

State indicating whether the app has exceeded its quota usage. Read-only.

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

Fields

Exceeded
Normal

Methods

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

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

Equals(Object)

Compares values of enum type UsageState (override for Object)

Equals(UsageState)

Compares values of enum type UsageState

GetHashCode()

Returns hashCode for enum UsageState

ToString()

Returns string representation for UsageState

Operators

Equality(UsageState, UsageState)

Overriding == operator for enum UsageState

Implicit(String to UsageState)

Implicit operator to convert string to UsageState

Implicit(UsageState to String)

Implicit operator to convert UsageState to string

Inequality(UsageState, UsageState)

Overriding != operator for enum UsageState

Applies to