ISwitchDetail.Extension Property

Definition

This represents extensions installed on virtualSwitch.

[Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Runtime.Info(Create=false, Description="This represents extensions installed on virtualSwitch.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.ISwitchExtension) }, Read=true, ReadOnly=true, Required=false, SerializedName="extensions", Update=false)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.ISwitchExtension> Extension { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Runtime.Info(Create=false, Description="This represents extensions installed on virtualSwitch.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.ISwitchExtension) }, Read=true, ReadOnly=true, Required=false, SerializedName="extensions", Update=false)>]
member this.Extension : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.ISwitchExtension>
Public ReadOnly Property Extension As List(Of ISwitchExtension)

Property Value

Attributes

Applies to