PerformanceTierServiceLevelObjectives コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
PerformanceTierServiceLevelObjectives() |
PerformanceTierServiceLevelObjectives クラスの新しいインスタンスを初期化します。 |
PerformanceTierServiceLevelObjectives(String, String, Nullable<Int32>, String, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>) |
PerformanceTierServiceLevelObjectives クラスの新しいインスタンスを初期化します。 |
PerformanceTierServiceLevelObjectives()
PerformanceTierServiceLevelObjectives クラスの新しいインスタンスを初期化します。
public PerformanceTierServiceLevelObjectives ();
Public Sub New ()
適用対象
PerformanceTierServiceLevelObjectives(String, String, Nullable<Int32>, String, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>)
PerformanceTierServiceLevelObjectives クラスの新しいインスタンスを初期化します。
public PerformanceTierServiceLevelObjectives (string id = default, string edition = default, int? vCore = default, string hardwareGeneration = default, int? maxBackupRetentionDays = default, int? minBackupRetentionDays = default, int? maxStorageMB = default, int? minStorageMB = default);
new Microsoft.Azure.Management.MySQL.Models.PerformanceTierServiceLevelObjectives : string * string * Nullable<int> * string * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> -> Microsoft.Azure.Management.MySQL.Models.PerformanceTierServiceLevelObjectives
Public Sub New (Optional id As String = Nothing, Optional edition As String = Nothing, Optional vCore 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 maxStorageMB As Nullable(Of Integer) = Nothing, Optional minStorageMB As Nullable(Of Integer) = Nothing)
パラメーター
- id
- String
サービス レベル目標の ID。
- edition
- String
パフォーマンス レベルのエディション。
- hardwareGeneration
- String
サービス レベル目標に関連付けられているハードウェアの生成
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET