ClusterListResult interface

The response of the List Event Hubs Clusters operation.

Properties

nextLink

Link to the next set of results. Empty unless the value parameter contains an incomplete list of Event Hubs Clusters.

value

The Event Hubs Clusters present in the List Event Hubs operation results.

Property Details

Link to the next set of results. Empty unless the value parameter contains an incomplete list of Event Hubs Clusters.

nextLink?: string

Property Value

string

value

The Event Hubs Clusters present in the List Event Hubs operation results.

value?: Cluster[]

Property Value