Share via


SwitchExtension interface

This represents extensions installed on virtualSwitch.

Properties

extensionEnabled

This represents whether extension is enabled on virtualSwitch. NOTE: This property will not be serialized. It can only be populated by the server.

extensionName

This will show extension name for virtualSwitch. NOTE: This property will not be serialized. It can only be populated by the server.

switchId

Unique identifier for virtualSwitch. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

extensionEnabled

This represents whether extension is enabled on virtualSwitch. NOTE: This property will not be serialized. It can only be populated by the server.

extensionEnabled?: boolean

Property Value

boolean

extensionName

This will show extension name for virtualSwitch. NOTE: This property will not be serialized. It can only be populated by the server.

extensionName?: string

Property Value

string

switchId

Unique identifier for virtualSwitch. NOTE: This property will not be serialized. It can only be populated by the server.

switchId?: string

Property Value

string