IStorageConfigurationSettings.SqlTempDbSettingLun Property
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.
Logical Unit Numbers for the disks.
[Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.Info(Description="Logical Unit Numbers for the disks.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=false, SerializedName="luns")]
public int[] SqlTempDbSettingLun { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.Info(Description="Logical Unit Numbers for the disks.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=false, SerializedName="luns")>]
member this.SqlTempDbSettingLun : int[] with get, set
Public Property SqlTempDbSettingLun As Integer()
Property Value
Int32[]
- Attributes