HybridConnectionListResult interface

The response of the list hybrid connection operation.

Properties

nextLink

Link to the next set of results. Not empty if value contains incomplete list hybrid connection operation.

value

Result of the list hybrid connections.

Property Details

Link to the next set of results. Not empty if value contains incomplete list hybrid connection operation.

nextLink?: string

Property Value

string

value

Result of the list hybrid connections.

value?: HybridConnection[]

Property Value