次の方法で共有


ServerAutomaticTuning コンストラクター

定義

オーバーロード

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' です。

options
IDictionary<String,AutomaticTuningServerOptions>

自動チューニング オプションの定義。

適用対象