UsageUnit Struct
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.
Gets the unit of measurement.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.UsageUnitTypeConverter))]
public struct UsageUnit : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.UsageUnit>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.UsageUnitTypeConverter))>]
type UsageUnit = struct
interface IArgumentCompleter
Public Structure UsageUnit
Implements IArgumentCompleter, IEquatable(Of UsageUnit)
- Inheritance
-
UsageUnit
- Attributes
- Implements
Complete |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(Object) |
Compares values of enum type UsageUnit (override for Object) |
Equals(Usage |
Compares values of enum type UsageUnit |
Get |
Returns hashCode for enum UsageUnit |
To |
Returns string representation for UsageUnit |
Equality(Usage |
Overriding == operator for enum UsageUnit |
Implicit(String to Usage |
Implicit operator to convert string to UsageUnit |
Implicit(Usage |
Implicit operator to convert UsageUnit to string |
Inequality(Usage |
Overriding != operator for enum UsageUnit |