ISqlTempDbSettings.Lun Property

Definition

Logical Unit Numbers for the disks.

[Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.Info(Create=true, Description="Logical Unit Numbers for the disks.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=false, SerializedName="luns", Update=true)]
public System.Collections.Generic.List<int> Lun { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.Info(Create=true, Description="Logical Unit Numbers for the disks.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=false, SerializedName="luns", Update=true)>]
member this.Lun : System.Collections.Generic.List<int> with get, set
Public Property Lun As List(Of Integer)

Property Value

Attributes

Applies to