次の方法で共有


ArmMySqlModelFactory.MySqlPerformanceTierServiceLevelObjectives メソッド

定義

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

public static Azure.ResourceManager.MySql.Models.MySqlPerformanceTierServiceLevelObjectives MySqlPerformanceTierServiceLevelObjectives (string id = default, string edition = default, int? vCores = default, string hardwareGeneration = default, int? maxBackupRetentionDays = default, int? minBackupRetentionDays = default, int? maxStorageInMB = default, int? minStorageInMB = default);
static member MySqlPerformanceTierServiceLevelObjectives : string * string * Nullable<int> * string * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> -> Azure.ResourceManager.MySql.Models.MySqlPerformanceTierServiceLevelObjectives
Public Shared Function MySqlPerformanceTierServiceLevelObjectives (Optional id As String = Nothing, Optional edition As String = Nothing, Optional vCores As Nullable(Of Integer) = Nothing, Optional hardwareGeneration As String = Nothing, Optional maxBackupRetentionDays As Nullable(Of Integer) = Nothing, Optional minBackupRetentionDays As Nullable(Of Integer) = Nothing, Optional maxStorageInMB As Nullable(Of Integer) = Nothing, Optional minStorageInMB As Nullable(Of Integer) = Nothing) As MySqlPerformanceTierServiceLevelObjectives

パラメーター

id
String

サービス レベル目標の ID。

edition
String

パフォーマンスレベルのエディション。

vCores
Nullable<Int32>

サービス レベルの目標に関連付けられている仮想コア。

hardwareGeneration
String

サービス レベルの目標に関連付けられているハードウェアの生成。

maxBackupRetentionDays
Nullable<Int32>

パフォーマンス レベル エディションの最大バックアップ保有期間 (日数)。

minBackupRetentionDays
Nullable<Int32>

パフォーマンス レベル エディションの最小バックアップ保有期間 (日数)。

maxStorageInMB
Nullable<Int32>

サーバーに対して許可される最大ストレージ数。

minStorageInMB
Nullable<Int32>

サーバーに対して許可される最大ストレージ数。

戻り値

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

適用対象