ClusterListResult interface
The response of the List Event Hubs Clusters operation.
Properties
next |
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
nextLink
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
Cluster[]