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