Share via


PerformanceLevelUnit Struct

Definition

Unit type used to measure performance level.

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

Constructors

PerformanceLevelUnit(String)

Initializes a new instance of PerformanceLevelUnit.

Properties

Dtu

DTU.

VCores

VCores.

Methods

Equals(PerformanceLevelUnit)

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(PerformanceLevelUnit, PerformanceLevelUnit)

Determines if two PerformanceLevelUnit values are the same.

Implicit(String to PerformanceLevelUnit)

Converts a string to a PerformanceLevelUnit.

Inequality(PerformanceLevelUnit, PerformanceLevelUnit)

Determines if two PerformanceLevelUnit values are not the same.

Applies to