UsageState 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.
State indicating whether the app has exceeded its quota usage. Read-only.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.UsageStateTypeConverter))]
public struct UsageState : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.UsageState>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.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 |