ISqlVirtualMachine.SqlTempDbSettingDataFileSize Property

Definition

SQL Server tempdb data file size

[Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.Info(Create=true, Description="SQL Server tempdb data file size", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=false, SerializedName="dataFileSize", Update=true)]
public int? SqlTempDbSettingDataFileSize { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.Info(Create=true, Description="SQL Server tempdb data file size", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=false, SerializedName="dataFileSize", Update=true)>]
member this.SqlTempDbSettingDataFileSize : Nullable<int> with get, set
Public Property SqlTempDbSettingDataFileSize As Nullable(Of Integer)

Property Value

Attributes

Applies to