IIscsiTargetUpdate.Lun 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.
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