ResourceUsageUnit 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.
Unit of the usage. e.g. count.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Support.ResourceUsageUnitTypeConverter))]
public struct ResourceUsageUnit : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Cdn.Support.ResourceUsageUnit>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Support.ResourceUsageUnitTypeConverter))>]
type ResourceUsageUnit = struct
interface IArgumentCompleter
Public Structure ResourceUsageUnit
Implements IArgumentCompleter, IEquatable(Of ResourceUsageUnit)
- Inheritance
-
ResourceUsageUnit
- 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 ResourceUsageUnit (override for Object) |
Equals(ResourceUsageUnit) |
Compares values of enum type ResourceUsageUnit |
GetHashCode() |
Returns hashCode for enum ResourceUsageUnit |
ToString() |
Returns string representation for ResourceUsageUnit |
Operators
Equality(ResourceUsageUnit, ResourceUsageUnit) |
Overriding == operator for enum ResourceUsageUnit |
Implicit(ResourceUsageUnit to String) |
Implicit operator to convert ResourceUsageUnit to string |
Implicit(String to ResourceUsageUnit) |
Implicit operator to convert string to ResourceUsageUnit |
Inequality(ResourceUsageUnit, ResourceUsageUnit) |
Overriding != operator for enum ResourceUsageUnit |