ServerAutomaticTuning コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
ServerAutomaticTuning() |
ServerAutomaticTuning クラスの新しいインスタンスを初期化します。 |
ServerAutomaticTuning(String, String, String, Nullable<AutomaticTuningServerMode>, Nullable<AutomaticTuningServerMode>, IDictionary<String,AutomaticTuningServerOptions>) |
ServerAutomaticTuning クラスの新しいインスタンスを初期化します。 |
ServerAutomaticTuning()
ServerAutomaticTuning クラスの新しいインスタンスを初期化します。
public ServerAutomaticTuning ();
Public Sub New ()
適用対象
ServerAutomaticTuning(String, String, String, Nullable<AutomaticTuningServerMode>, Nullable<AutomaticTuningServerMode>, IDictionary<String,AutomaticTuningServerOptions>)
ServerAutomaticTuning クラスの新しいインスタンスを初期化します。
public ServerAutomaticTuning (string id = default, string name = default, string type = default, Microsoft.Azure.Management.Sql.Models.AutomaticTuningServerMode? desiredState = default, Microsoft.Azure.Management.Sql.Models.AutomaticTuningServerMode? actualState = default, System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.Sql.Models.AutomaticTuningServerOptions> options = default);
new Microsoft.Azure.Management.Sql.Models.ServerAutomaticTuning : string * string * string * Nullable<Microsoft.Azure.Management.Sql.Models.AutomaticTuningServerMode> * Nullable<Microsoft.Azure.Management.Sql.Models.AutomaticTuningServerMode> * System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.Sql.Models.AutomaticTuningServerOptions> -> Microsoft.Azure.Management.Sql.Models.ServerAutomaticTuning
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional desiredState As Nullable(Of AutomaticTuningServerMode) = Nothing, Optional actualState As Nullable(Of AutomaticTuningServerMode) = Nothing, Optional options As IDictionary(Of String, AutomaticTuningServerOptions) = Nothing)
パラメーター
- id
- String
リソースの ID
- name
- String
リソース名。
- type
- String
リソースの種類。
- desiredState
- Nullable<AutomaticTuningServerMode>
目的の状態の自動チューニング。 指定できる値は、'Custom'、'Auto'、'Unspecified' です。
- actualState
- Nullable<AutomaticTuningServerMode>
自動チューニングの実際の状態。 指定できる値は、'Custom'、'Auto'、'Unspecified' です。
自動チューニング オプションの定義。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET