IProductDetails.DeviceDetail 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 device details
[Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Runtime.Info(Create=false, Description="list of device details", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.IDeviceDetails) }, Read=true, ReadOnly=true, Required=false, SerializedName="deviceDetails", Update=false)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.IDeviceDetails> DeviceDetail { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Runtime.Info(Create=false, Description="list of device details", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.IDeviceDetails) }, Read=true, ReadOnly=true, Required=false, SerializedName="deviceDetails", Update=false)>]
member this.DeviceDetail : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.IDeviceDetails>
Public ReadOnly Property DeviceDetail As List(Of IDeviceDetails)
Property Value
- Attributes