ComputeUsageUnit Struct

Definition

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