PerformanceLevelUnit Structure
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Type d’unité utilisé pour mesurer le niveau de performance.
public readonly struct PerformanceLevelUnit : IEquatable<Azure.ResourceManager.Sql.Models.PerformanceLevelUnit>
type PerformanceLevelUnit = struct
Public Structure PerformanceLevelUnit
Implements IEquatable(Of PerformanceLevelUnit)
- Héritage
-
PerformanceLevelUnit
- Implémente
Constructeurs
PerformanceLevelUnit(String) |
Initialise une nouvelle instance de PerformanceLevelUnit. |
Propriétés
Dtu |
DTU. |
VCores |
VCores. |
Méthodes
Equals(PerformanceLevelUnit) |
Indique si l'objet actuel est égal à un autre objet du même type. |
ToString() |
Retourne le nom de type qualifié complet de cette instance. |
Opérateurs
Equality(PerformanceLevelUnit, PerformanceLevelUnit) |
Détermine si deux PerformanceLevelUnit valeurs sont identiques. |
Implicit(String to PerformanceLevelUnit) |
Convertit une chaîne en PerformanceLevelUnit. |
Inequality(PerformanceLevelUnit, PerformanceLevelUnit) |
Détermine si deux PerformanceLevelUnit valeurs ne sont pas identiques. |
S’applique à
Azure SDK for .NET