IStorageConfigurationSettings.SqlSystemDbOnDataDisk Property

Definition

SQL Server SystemDb Storage on DataPool if true.

[Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.Info(Create=true, Description="SQL Server SystemDb Storage on DataPool if true.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="sqlSystemDbOnDataDisk", Update=true)]
public bool? SqlSystemDbOnDataDisk { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.Info(Create=true, Description="SQL Server SystemDb Storage on DataPool if true.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="sqlSystemDbOnDataDisk", Update=true)>]
member this.SqlSystemDbOnDataDisk : Nullable<bool> with get, set
Public Property SqlSystemDbOnDataDisk As Nullable(Of Boolean)

Property Value

Attributes

Applies to