你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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 |