Compartir a través de


PerformanceLevelUnit Estructura

Definición

Tipo de unidad usado para medir el nivel de rendimiento.

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

Constructores

PerformanceLevelUnit(String)

Inicializa una nueva instancia de la clase PerformanceLevelUnit.

Propiedades

Dtu

DTU.

VCores

Núcleos virtuales.

Métodos

Equals(PerformanceLevelUnit)

Indica si el objeto actual es igual que otro objeto del mismo tipo.

ToString()

Devuelve el nombre de tipo completo de esta instancia.

Operadores

Equality(PerformanceLevelUnit, PerformanceLevelUnit)

Determina si dos PerformanceLevelUnit valores son los mismos.

Implicit(String to PerformanceLevelUnit)

Convierte una cadena en un PerformanceLevelUnit.

Inequality(PerformanceLevelUnit, PerformanceLevelUnit)

Determina si dos PerformanceLevelUnit valores no son los mismos.

Se aplica a