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