次の方法で共有


HubListResult interface

Response of list hub operation.

Properties

nextLink

Link for next set of results.

value

Results of the list operation.

Property Details

Link for next set of results.

nextLink?: string

Property Value

string

value

Results of the list operation.

value?: Hub[]

Property Value

Hub[]