QuotaUnit 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.
An enum describing the unit of quota measurement.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.QuotaUnitTypeConverter))]
public struct QuotaUnit : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.QuotaUnit>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.QuotaUnitTypeConverter))>]
type QuotaUnit = struct
interface IArgumentCompleter
Public Structure QuotaUnit
Implements IArgumentCompleter, IEquatable(Of QuotaUnit)
- Inheritance
-
QuotaUnit
- Attributes
- Implements
Fields
Count |
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 QuotaUnit (override for Object) |
Equals(QuotaUnit) |
Compares values of enum type QuotaUnit |
GetHashCode() |
Returns hashCode for enum QuotaUnit |
ToString() |
Returns string representation for QuotaUnit |
Operators
Equality(QuotaUnit, QuotaUnit) |
Overriding == operator for enum QuotaUnit |
Implicit(QuotaUnit to String) |
Implicit operator to convert QuotaUnit to string |
Implicit(String to QuotaUnit) |
Implicit operator to convert string to QuotaUnit |
Inequality(QuotaUnit, QuotaUnit) |
Overriding != operator for enum QuotaUnit |