SqlWorkloadTypeUpdateSettings Constructors

Definition

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
String

SQL Server workload type. Possible values include: 'GENERAL', 'OLTP', 'DW'

Applies to