Share via


IIscsiTargetUpdate.Lun Property

Definition

List of LUNs to be exposed through iSCSI Target.

[Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.Info(Description="List of LUNs to be exposed through iSCSI Target.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IIscsiLun) }, ReadOnly=false, Required=false, SerializedName="luns")]
public Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IIscsiLun[] Lun { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.Info(Description="List of LUNs to be exposed through iSCSI Target.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IIscsiLun) }, ReadOnly=false, Required=false, SerializedName="luns")>]
member this.Lun : Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IIscsiLun[] with get, set
Public Property Lun As IIscsiLun()

Property Value

Attributes

Applies to