次の方法で共有


ArmSqlModelFactory.PerformanceLevelCapability メソッド

定義

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

public static Azure.ResourceManager.Sql.Models.PerformanceLevelCapability PerformanceLevelCapability (double? value = default, Azure.ResourceManager.Sql.Models.PerformanceLevelUnit? unit = default);
static member PerformanceLevelCapability : Nullable<double> * Nullable<Azure.ResourceManager.Sql.Models.PerformanceLevelUnit> -> Azure.ResourceManager.Sql.Models.PerformanceLevelCapability
Public Shared Function PerformanceLevelCapability (Optional value As Nullable(Of Double) = Nothing, Optional unit As Nullable(Of PerformanceLevelUnit) = Nothing) As PerformanceLevelCapability

パラメーター

value
Nullable<Double>

パフォーマンス レベルの値。

unit
Nullable<PerformanceLevelUnit>

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

戻り値

モック作成用の新しい PerformanceLevelCapability インスタンス。

適用対象