ArmMySqlModelFactory.MySqlPerformanceTierServiceLevelObjectives メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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
パフォーマンスレベルのエディション。
- hardwareGeneration
- String
サービス レベルの目標に関連付けられているハードウェアの生成。
戻り値
モック作成用の新しい MySqlPerformanceTierServiceLevelObjectives インスタンス。