Freigeben über


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

Name Description
PerformanceLevelUnit(String)

Initializes a new instance of PerformanceLevelUnit.

Properties

Name Description
Dtu

DTU.

VCores

VCores.

Methods

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

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