次の方法で共有


PerformanceTierServiceLevelObjectives コンストラクター

定義

オーバーロード

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

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

vCore
Nullable<Int32>

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

hardwareGeneration
String

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

maxBackupRetentionDays
Nullable<Int32>

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

minBackupRetentionDays
Nullable<Int32>

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

maxStorageMB
Nullable<Int32>

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

minStorageMB
Nullable<Int32>

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

適用対象