ComputeUsageUnit 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 usage measurement.
public readonly struct ComputeUsageUnit : IEquatable<Azure.ResourceManager.Compute.Models.ComputeUsageUnit>
type ComputeUsageUnit = struct
Public Structure ComputeUsageUnit
Implements IEquatable(Of ComputeUsageUnit)
- Inheritance
-
ComputeUsageUnit
- Implements
Constructors
ComputeUsageUnit(String) |
Initializes a new instance of ComputeUsageUnit. |
Properties
Count |
Count. |
Methods
Equals(ComputeUsageUnit) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(ComputeUsageUnit, ComputeUsageUnit) |
Determines if two ComputeUsageUnit values are the same. |
Implicit(String to ComputeUsageUnit) |
Converts a String to a ComputeUsageUnit. |
Inequality(ComputeUsageUnit, ComputeUsageUnit) |
Determines if two ComputeUsageUnit values are not the same. |
Applies to
Azure SDK for .NET