Share via


ISqlWorkloadTypeUpdateSettings.SqlWorkloadType Property

Definition

SQL Server workload type.

[Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.Info(Description="SQL Server workload type.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.SqlWorkloadType) }, ReadOnly=false, Required=false, SerializedName="sqlWorkloadType")]
public Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.SqlWorkloadType? SqlWorkloadType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.Info(Description="SQL Server workload type.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.SqlWorkloadType) }, ReadOnly=false, Required=false, SerializedName="sqlWorkloadType")>]
member this.SqlWorkloadType : Nullable<Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.SqlWorkloadType> with get, set
Public Property SqlWorkloadType As Nullable(Of SqlWorkloadType)

Property Value

Attributes

Applies to