ComputeUsageUnit Struct

Definition

The unit for Compute usage values.

public readonly struct ComputeUsageUnit : IEquatable<Azure.ResourceManager.Compute.Models.ComputeUsageUnit>
type ComputeUsageUnit = struct
Public Structure ComputeUsageUnit
Implements IEquatable(Of ComputeUsageUnit)
Inheritance
ComputeUsageUnit
Implements

Constructors

Name Description
ComputeUsageUnit(String)

Initializes a new instance of ComputeUsageUnit.

Properties

Name Description
Count

The unit of measurement is a count.

Methods

Name Description
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

Name Description
Equality(ComputeUsageUnit, ComputeUsageUnit)

Determines if two ComputeUsageUnit values are the same.

Implicit(String to ComputeUsageUnit)

Converts a string to a ComputeUsageUnit.

Implicit(String to Nullable<ComputeUsageUnit>)
Inequality(ComputeUsageUnit, ComputeUsageUnit)

Determines if two ComputeUsageUnit values are not the same.

Applies to