WcfRelaysListResult interface

The response of the list WCF relay operation.

Properties

nextLink

Link to the next set of results. Not empty if value contains incomplete list of WCF relays.

value

Result of the list WCF relay operation.

Property Details

Link to the next set of results. Not empty if value contains incomplete list of WCF relays.

nextLink?: string

Property Value

string

value

Result of the list WCF relay operation.

value?: WcfRelay[]

Property Value