次の方法で共有


PerformanceLevelUnit 構造体

定義

パフォーマンス レベルの測定に使用される単位の種類。

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

コンストラクター

PerformanceLevelUnit(String)

PerformanceLevelUnit の新しいインスタンスを初期化します。

プロパティ

Dtu

Dtu。

VCores

仮想コア。

メソッド

Equals(PerformanceLevelUnit)

現在のオブジェクトが、同じ型の別のオブジェクトと等しいかどうかを示します。

ToString()

このインスタンスの完全修飾型名を返します。

演算子

Equality(PerformanceLevelUnit, PerformanceLevelUnit)

2 つの PerformanceLevelUnit 値が同じかどうかを判断します。

Implicit(String to PerformanceLevelUnit)

文字列を PerformanceLevelUnit に変換します。

Inequality(PerformanceLevelUnit, PerformanceLevelUnit)

2 つの PerformanceLevelUnit 値が同じでないかどうかを判断します。

適用対象