SqlWorkloadTypeUpdateSettings Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
SqlWorkloadTypeUpdateSettings() |
Initializes a new instance of the SqlWorkloadTypeUpdateSettings class. |
SqlWorkloadTypeUpdateSettings(String) |
Initializes a new instance of the SqlWorkloadTypeUpdateSettings class. |
SqlWorkloadTypeUpdateSettings()
Initializes a new instance of the SqlWorkloadTypeUpdateSettings class.
public SqlWorkloadTypeUpdateSettings ();
Public Sub New ()
Applies to
SqlWorkloadTypeUpdateSettings(String)
Initializes a new instance of the SqlWorkloadTypeUpdateSettings class.
public SqlWorkloadTypeUpdateSettings (string sqlWorkloadType = default);
new Microsoft.Azure.Management.SqlVirtualMachine.Models.SqlWorkloadTypeUpdateSettings : string -> Microsoft.Azure.Management.SqlVirtualMachine.Models.SqlWorkloadTypeUpdateSettings
Public Sub New (Optional sqlWorkloadType As String = Nothing)
Parameters
- sqlWorkloadType
- System.String
SQL Server workload type. Possible values include: 'GENERAL', 'OLTP', 'DW'